You will need the following prerequisites for this repository:
- An IDE such as Visual Studio Code - https://code.visualstudio.com/download
- Python 3.7.* installed on your machine (has to be 64 bit)- https://www.python.org/downloads/windows/
- Git installed on your machine - https://git-scm.com/download
- Windows 10 SDK - https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/
To get this project working on your machine, do the following:
- Clone the repository on your machine in your development workspace using the following command:
git clone https://github.com/SanjayRedScarf/talkitover2.git
- Next, open a CLI of your choice and run the following commands one by one:
pip install flask
pip install cython
pip install chatterbot==1.0.4
pip install pytz
- You should now be able to run the following command:
python app.py