Skip to content

A personalized chat bot agent to answer questions about your uploaded document.

License

Notifications You must be signed in to change notification settings

mSaurabh/personal-document-agent

Repository files navigation

personal-document-agent

A personalized chat bot agent to answer questions about your uploaded document.

Deployed version of the app Click Here

How to run this project ?

Setup

  1. Run pip install -r requirements.txt
  2. Run streamlit run ./chat_with_documents.py

Approach #1

  1. Add .env file after you clone this project.
  2. Paste the below code and add the values for your
OPENAI_API_KEY=""
PINECONE_API_KEY=""
PINECONE_ENV=""
  1. Run pip install -r requirements.txt
  2. Finally run streamlit run ./chat_with_documents.py

Approach #2

  1. You can run the project and make sure to paste the Open Api key (as shown below)

Learning Resources

  • 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

About

A personalized chat bot agent to answer questions about your uploaded document.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published