Bollywood inspired Life Coach built using LangChain and OpenAI in python (running on Flask)
Steps:
- Clone repository
- Create env with environment.yml
- Export OPENAI_API_KEY in env (
export OPENAI_API_KEY = "Enter_API_key_here"
) - Run
python app.py
in the root folder - Open http://127.0.0.1:5000 on your browser