https://github.com/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.
https://github.com/ronitrajfr/preve
clerk gemini-api nextjs postgresql prisma tailwindcss uploadthing
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/ronitrajfr/preve
- Owner: ronitrajfr
- License: mit
- Created: 2024-04-21T13:04:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T16:07:22.000Z (about 1 year ago)
- Last Synced: 2025-04-05T17:20:59.985Z (about 1 year ago)
- Topics: clerk, gemini-api, nextjs, postgresql, prisma, tailwindcss, uploadthing
- Language: TypeScript
- Homepage: https://preve.onrender.com
- Size: 1.66 MB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Say Hello to Preve
### **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:**
1. **Upload your PDF:** Drag and drop your file or use the upload button.
2. **Start Chatting:** Type your question in the chat window.
3. **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**
```bash
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 :
```bash
npm run dev
```