Skip to content

eamonboyle/ask-pdf.io

Repository files navigation

AskPDF.io

Description

AskPDF.io is a web application that allows you to upload PDF documents and ask questions about their content using AI-powered algorithms.

Technologies Used

  • NextJS 13: A React framework for building server-rendered React applications.
  • Prisma: A modern database toolkit for Node.js and TypeScript.
  • PlanetScale: A distributed database platform.
  • TRPC: A framework for building type-safe APIs.
  • Kinde Auth: Auth package

Getting Started

To run the application locally, follow these steps:

  1. Clone the repository:
git clone <repository_url>
  1. Install dependencies using one of the following package managers:
  • Using NPM:

    npm install
    
  • Using Yarn:

    yarn install
    
  • Using PNPM:

    pnpm install
    
  1. Start the development server:
  • Using NPM:

    npm run dev
    
  • Using Yarn:

    yarn dev
    
  • Using PNPM:

    pnpm dev
    
  1. Open your web browser and navigate to http://localhost:3000 to access the application.

Contributing

We welcome contributions from the community! If you'd like to contribute to the project, please follow our contribution guidelines.

License

This project is licensed under the MIT License.

Contact

If you have any questions or need assistance, feel free to contact us at [[email protected]].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published