Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T17:56:05.000Z (2 months ago)
- Last Synced: 2024-10-27T21:20:16.982Z (2 months ago)
- Topics: clerk, gemini-api, nextjs, postgresql, prisma, tailwindcss, uploadthing
- Language: TypeScript
- Homepage: https://preve.onrender.com
- Size: 1.64 MB
- Stars: 8
- 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/rrajofficial7/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
```