A personalized chat bot agent to answer questions about your uploaded document.
Deployed version of the app Click Here
How to run this project ?
- Run
pip install -r requirements.txt
- Run
streamlit run ./chat_with_documents.py
- Add .env file after you clone this project.
- Paste the below code and add the values for your
OPENAI_API_KEY=""
PINECONE_API_KEY=""
PINECONE_ENV=""
- Run
pip install -r requirements.txt
- Finally run
streamlit run ./chat_with_documents.py
- You can run the project and make sure to paste the Open Api key (as shown below)
- This was created with the help of ZTM's project tutorial. Check them out at ZeroToMastery.io
- I have added learning-resources folder to this repo