Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 8 hours 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T18:18:54.000Z (about 1 year ago)
- Last Synced: 2024-08-14T07:07:40.591Z (3 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 135
- Watchers: 1
- Forks: 109
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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`