Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yesbhautik/talk-with-pdf

An interactive AI chatbot for querying and discussing the contents of PDF documents using Streamlit and OpenAI/other AI language models.
https://github.com/yesbhautik/talk-with-pdf

ai ai-models huggingface llama openai python streamlit webapp

Last synced: 9 days ago
JSON representation

An interactive AI chatbot for querying and discussing the contents of PDF documents using Streamlit and OpenAI/other AI language models.

Awesome Lists containing this project

README

        

# PDF Chatbot with Custom Data πŸ“„

An interactive AI chatbot for querying and discussing the contents of PDF documents using Streamlit and AI language models.

#
## About the Project 🌟

This project provides a user-friendly interface to interact with AI language models and extract information from PDF documents. It's particularly useful for researchers, students, and professionals who need to quickly access and query the content of PDF files without manually skimming through pages.

The chatbot integrates with OpenAI's language models, making it capable of answering a wide range of questions and engaging in natural language conversations about the content within the uploaded PDFs.

## Getting Started πŸš€

To get started with this project, follow the steps below.

### Prerequisites πŸ› οΈ

Before using the chatbot, ensure you have the following installed:

- Python 3.x 🐍
- pip (Python package manager) πŸ“¦

### Installation βš™οΈ

1. Clone the repository:

```shell
git clone https://github.com/yesbhautik/Talk-with-PDF.git
```
2. Navigate to the project directory:

```shell
cd Talk-with-PDF
```
3. Install the required Python packages using pip:
```shell
pip install -r requirements.txt
```

4. Copy .env.example to .env and set your OpenAI & Hugging Face API keys:

```shell
cp .env.example .env
```

## Usage πŸ“‹

1. Run the chatbot using the following command:

```shell
streamlit run app.py
```
3. The chatbot interface will open in your default web browser 🌐
4. Upload one or more PDF files for processing πŸ“‚
5. Start a conversation by asking questions or making inquiries about the PDF content πŸ’¬
6. The chatbot will provide responses based on the content of the uploaded PDFs 🧠

## Features 🌈

- Upload and process multiple PDF documents πŸ“
- Query and discuss the contents of PDFs using natural language πŸ’¬
- Integrates with powerful language models for accurate responses πŸ’‘
- User-friendly web interface powered by Streamlit πŸ–₯️

## Contributing 🀝
Contributions are welcome! Please follow these steps to contribute to the project:

1. Fork the repository🍴
2. Create a new branch for your feature or bug fix 🌿
3. Make your changes and commit them πŸ’»
4. Push your changes to your fork πŸš€
5. Create a pull request to the main repository πŸ“₯

## πŸ”₯ Show some support | Donation

If you find this repository helpful, show your support by giving it a 🌟! Your support means a lot to me and helps me keep contributing to the open-source community.

Also, if you'd like to support me financially, you can do so via my donation link: [https://go.yesbhautik.co.in/8i6wdu](https://go.yesbhautik.co.in/8i6wdu)




Donate

## πŸ’¬ Let's Connect

Feel free to reach out to us if you have questions, ideas, or simply want to chat. We're here to help and connect with the community.

- Website: [https://yesbhautik.co.in/](https://yesbhautik.co.in/)
- Another One: [https://yesbhautikx.co.in/](https://yesbhautikx.co.in/)
- LinkedIn profile: [https://www.linkedin.com/in/yesbhautik](https://www.linkedin.com/in/yesbhautik)
- Instagram page: [https://www.instagram.com/yesbhautik](https://www.instagram.com/yesbhautik)

## πŸ“œ License

This repository is under the MIT License. For more information, see the [LICENSE](LICENSE) file.