This is a simple web app that uses the cohereAI API to answer questions from Bhagavad Gita.
-
Register for a free account at cohereAI
-
Get your API key from the cohereAI dashboard
-
Clone this repo
-
cd
into the directory -
Run
pip install -r requirements.txt
-
setup your cohereAI API key as an environment variable called
COHERE_API_KEY
-
Run
streamlit run app.py
-
Open the URL that is displayed in your terminal
This app is based on the startup generator streamlit sample code shared by cohereAI