https://github.com/jyoti-ranjan-jena/docbot
DocBot is a Streamlit web application that enables interactive conversations with PDF documents using Gemini AI, providing insightful responses based on the document's content.
https://github.com/jyoti-ranjan-jena/docbot
faiss gemini python streamlit
Last synced: about 2 months ago
JSON representation
DocBot is a Streamlit web application that enables interactive conversations with PDF documents using Gemini AI, providing insightful responses based on the document's content.
- Host: GitHub
- URL: https://github.com/jyoti-ranjan-jena/docbot
- Owner: jyoti-ranjan-jena
- License: mit
- Created: 2024-12-08T12:35:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T13:23:08.000Z (over 1 year ago)
- Last Synced: 2025-04-08T13:22:56.122Z (about 1 year ago)
- Topics: faiss, gemini, python, streamlit
- Language: Python
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample Python/Streamlit
DocBot is a Streamlit web application that enables interactive conversations with PDF documents using Gemini AI, providing insightful responses based on the document's content.
---
## 🚀 Getting Started
### Open Using Daytona
1. **Install Daytona**: Follow the [Daytona installation guide](https://www.daytona.io/docs/installation/installation/).
2. **Create the Workspace**:
```bash
daytona create https://github.com/jyoti-ranjan-jena/DocBot.git
```
3. **Add gemini api key**:
Add this in .env file
```bash
GOOGLE_API_KEY=
```
4. **Start the Application**:
```bash
streamlit run app.py
```
5. **Upload** your PDF document(s) via the sidebar and click **Submit & Process**.
6. **Start chatting** with Gemini AI to gain insights from your document.
---
## ✨ Features
- PDF Upload: Easily upload PDF documents to interact with.
- Interactive Chat: Engage in real-time conversations with the content of your PDFs using Gemini AI.
- Insightful Responses: Receive detailed and contextually accurate answers based on the document's content.
- User-Friendly Interface: Enjoy a seamless experience with a clean and intuitive Streamlit interface.
- Secure API Integration: Utilize your Google API key securely for AI interactions.
Show/Hide Screenshots
- **PDF Upload Screen**

- **Chat Interface**
