Python Version Used: 3.11.3
Steps to run on your PC/ Local Machine: -
-
Open Terminal, got to any directory of your choice and clone this repo.
git clone https://github.com/ramankumar-1/docbot.git -
Download all the required Python packages.
pip install -r requirements.txt -
Create an environment file (.env) for storing the API keys.
touch .env -
Create Account and obtain your Huggingface and Cohere API keys.
-
Add the API keys to the Environment Variable File (.env) which you just created.
HUGGINGFACEHUB_API_TOKEN=<your-hugging-face-api-key> COHERE_API_KEY=<your-cohere-api-key> -
Run the application.
streamlit run app.py