Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yesbhautik/talk-with-pdf
- Owner: yesbhautik
- License: mit
- Created: 2023-10-18T09:17:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-10T06:20:42.000Z (3 months ago)
- Last Synced: 2024-10-18T23:13:40.379Z (18 days ago)
- Topics: ai, ai-models, huggingface, llama, openai, python, streamlit, webapp
- Language: Python
- Homepage: https://talk-with-pdf.streamlit.app/
- Size: 271 KB
- Stars: 31
- Watchers: 2
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
## π¬ 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.