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.
Follow these steps to set up and run the project on your local machine.
## Clone the repository git clone <repository_url> ## 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`