Skip to content

Latest commit

 

History

History
29 lines (13 loc) · 725 Bytes

README.md

File metadata and controls

29 lines (13 loc) · 725 Bytes

Ask AI Bhagavad Gita

This is a simple web app that uses the cohereAI API to answer questions from Bhagavad Gita.

App Sample Screenshot

How to run this app yourself

  1. Register for a free account at cohereAI

  2. Get your API key from the cohereAI dashboard

  3. Clone this repo

  4. cd into the directory

  5. Run pip install -r requirements.txt

  6. setup your cohereAI API key as an environment variable called COHERE_API_KEY

  7. Run streamlit run app.py

  8. Open the URL that is displayed in your terminal

This app is based on the startup generator streamlit sample code shared by cohereAI