This project will now be archived and functionality of the same will be covered in another project
- start a virtual environment using
virtualenv -p python3.7 venv
and activate it usingsource venv/bin/activate
- install requirements through
pip install -r requirements.txt
- start the program using
python main.py