๐Ÿ“ฆ ronitrajfr / Preve

Simply drag and drop your PDF files into Preve to get started. Ask Preve questions about your document. Get Summaries, key points, specific details and any question regarding the document.

โ˜… 11 stars โ‘‚ 3 forks ๐Ÿ‘ 11 watching โš–๏ธ MIT License
clerkgemini-apinextjspostgresqlprismatailwindcssuploadthing
๐Ÿ“ฅ Clone https://github.com/ronitrajfr/Preve.git
HTTPS git clone https://github.com/ronitrajfr/Preve.git
SSH git clone git@github.com:ronitrajfr/Preve.git
CLI gh repo clone ronitrajfr/Preve
Ronit Raj Ronit Raj Update README.md 471ec0a 9 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ prisma
๐Ÿ“ public
๐Ÿ“ src
๐Ÿ“„ .env.example
๐Ÿ“„ .env.local.example
๐Ÿ“„ .eslintrc.json
๐Ÿ“„ .gitignore
๐Ÿ“„ header.png
๐Ÿ“„ LICENSE
๐Ÿ“„ next.config.mjs
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ postcss.config.mjs
๐Ÿ“„ preve.png
๐Ÿ“„ README.md
๐Ÿ“„ tailwind.config.ts
๐Ÿ“„ tsconfig.json
๐Ÿ“„ README.md

Say Hello to Preve

header image

Key Features:

  • Upload PDFs: Simply drag and drop your PDF files into Preve to get started.
  • Conversational AI: Ask Preve questions about your document.
  • Information Retrieval: Get summaries, key points, and specific details highlighted within the PDF.
  • Clarification and Insights: Preve can clarify confusing passages and offer insights based on the document's content.

How to Use Preve:

  • Upload your PDF: Drag and drop your file or use the upload button.
  • Start Chatting: Type your question in the chat window.
  • Get Answers: Preve will analyze your document and provide relevant information.

Preve is perfect for:

  • Students researching for assignments
  • Professionals reviewing contracts and reports
  • Anyone who needs to quickly understand the content of a PDF

Tech Stack:

  • Nextjs
  • Uploadthing
  • Postgres
  • Prisma
  • Tailwind
  • Clerk
  • Gemini

Setting up locally

git clone https://github.com/ronitrajfr/Preve.git
cd preve
npm install

Change .env.example to .env and .env.local.example to .env.local , then add the PostgreSQL url (you can get one for free from NeonDB) and clerk & uploadthing keys and grab the Gemini api key.

And then run :

npm run dev