- Python >= 3.7
- Pip, Virtualenv
Follow the steps below to install the application
$ git clone
$ cd CS691
$
$ virtualenv env
$ source env/bin/activate
$
$ # Install requirements
$ pip install -r requirements.txt
After installing all the requirements and ensuring that the configurations are done correctly, run the app.
$ # Run the application
$ python app.py