Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 547 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 547 Bytes

Sparkle Bot 🤖

A chat bot that talks about the mental health, part of the project Sparkle.

How to run the project?

  1. Clone the repo

  2. Create a virtual environment with Python3.8

mkvirtualenv -p /usr/local/opt/python@3.8/bin/python3 sparkle_bot
workon sparkle_bot
  1. Install the requirements
pip install -r requirements.txt
  1. Run main.py
python main.py

Note ⚠️

  • This repo is being under development

LICENSE

  • Feel free to use this, I have no objections.