talkitover2

Prerequisites

You will need the following prerequisites for this repository:

To get this project working on your machine, do the following:

  1. Clone the repository on your machine in your development workspace using the following command:
git clone https://github.com/SanjayRedScarf/talkitover2.git
  1. 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
  1. You should now be able to run the following command:
python app.py