This is a chatbot for CS 2520 using Python 3.7.7 and pip 23.1.2.
pip install -r requirements.txt
#Run ./startScript.bash or commands below
python3 -m venv venv
source venv/bin/activate
python3 bot.py
pip install -r windows_requirements.txt
python -m venv venv
venv\Scripts\activate
python bot.py