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)
- Host: GitHub
- URL: https://github.com/rahulraikwar00/talk-to-krishna
- Owner: rahulraikwar00
- License: mit
- Created: 2022-07-02T14:43:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T11:08:06.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T04:24:07.522Z (4 months ago)
- Homepage:
- Size: 2.37 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/.