An open API service indexing awesome lists of open source software.

https://github.com/rahulraikwar00/talk-to-krishna

An AI chatbot to talk to Krishna (Powered by GPT-3)
https://github.com/rahulraikwar00/talk-to-krishna

Last synced: 3 months ago
JSON representation

An AI chatbot to talk to Krishna (Powered by GPT-3)

Awesome Lists containing this project

README

        

# Talk to Krishna

An AI chatbot that lets you talk to Krishna just like Arjuna in the Bhagavad Gita.

## How to get it working locally?

1. Create a Python 3.7 virtual environment.
2. Activate the environment.
3. Install the requirements using `pip install -r requirements.txt`
4. Copy `config.env.example` and create a new file `config.env` replacing `YOUR_OPENAI_SECRET_KEY` and `YOUR_FLASK_SECRET_KEY`.
5. Run the app using `python app.py` and access at http://127.0.0.1:5000/.