An open API service indexing awesome lists of open source software.

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.

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**
![PDF Upload Screenshot](images/pdf_upload.png)

- **Chat Interface**
![Chat Interface ScreenShot](images/chat_interface.png)