A chat bot that talks about the mental health, part of the project Sparkle.
- 
Clone the repo
 - 
Create a virtual environment with Python3.8
 
mkvirtualenv -p /usr/local/opt/[email protected]/bin/python3 sparkle_bot
workon sparkle_bot
- Install the requirements
 
pip install -r requirements.txt
- Run 
main.py 
python main.py
- This repo is being under development
 
- Feel free to use this, I have no objections.