https://github.com/AIAnytime/Chat-with-PDF-Chatbot
This Chatbot is an interactive app developed to assist users to interact with their PDF. It is built using Open Source Stack. No OpenAI is required.
https://github.com/AIAnytime/Chat-with-PDF-Chatbot
Last synced: 5 months ago
JSON representation
This Chatbot is an interactive app developed to assist users to interact with their PDF. It is built using Open Source Stack. No OpenAI is required.
- Host: GitHub
- URL: https://github.com/AIAnytime/Chat-with-PDF-Chatbot
- Owner: AIAnytime
- License: mit
- Created: 2023-07-03T19:56:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T18:18:54.000Z (over 1 year ago)
- Last Synced: 2024-11-25T13:52:10.188Z (5 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 149
- Watchers: 1
- Forks: 114
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - AIAnytime/Chat-with-PDF-Chatbot - This Chatbot is an interactive app developed to assist users to interact with their PDF. It is built using Open Source Stack. No OpenAI is required. (Python)
README
# Chat-with-PDF-Chatbot
This Chatbot is an interactive app developed to assist users to interact with their PDF. It is built using Open Source Stack. No OpenAI is required.## Getting Started
Follow these steps to set up and run the project on your local machine.
### Installation
```sh
## Clone the repository
git clone## Create the necessary folders
mkdir db
mkdir models
## Add your model files to the 'models' folder
mkdir docs----
### Usage## Run the ingestion script to prepare the data
`python ingest.py`
## Start the chatbot application using Streamlit
`streamlit run chatbot_app.py`