https://github.com/devsaifur/ask-pdf
Ask your pdf about it's content.
https://github.com/devsaifur/ask-pdf
Last synced: 12 months ago
JSON representation
Ask your pdf about it's content.
- Host: GitHub
- URL: https://github.com/devsaifur/ask-pdf
- Owner: devSaifur
- Created: 2024-04-24T17:33:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T16:55:06.000Z (over 1 year ago)
- Last Synced: 2025-03-17T08:47:42.574Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://ask-pdf-saifur.vercel.app
- Size: 2.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Ask PDF](https://ask-pdf-saifur.vercel.app)
Ask PDF allows you to have conversations with any PDF document. Simply upload your file and start asking questions right away.
[](https://ask-pdf-saifur.vercel.app)
## Tech Stack
- **Framework:** [Next.js](https://nextjs.org)
- **Styling:** [Tailwind CSS](https://tailwindcss.com)
- **Authentication:** [Auth.js](https://authjs.dev)
- **Database:** [SQLite/Turso](https://turso.tech)
- **ORM:** [Drizzle ORM](https://orm.drizzle.team)
- **UI Components:** [shadcn/ui](https://ui.shadcn.com)
- **File Uploads:** [uploadthing](https://uploadthing.com)
- **Payments infrastructure:** [Stripe](https://stripe.com)
## Running Locally
1. Clone the repository
```bash
git clone https://github.com/devSaifur/ask-pdf.git
```
2. Install dependencies using pnpm
```bash
pnpm install
```
3. Copy the `.env.example` to `.env` and update the variables.
```bash
cp .env.example .env
```
4. Start the development server
```bash
pnpm run dev
```
5. Push the database schema
```bash
pnpm run db:push
```
6. Start the development server
```bash
pnpm run dev
```