How to run the app: Make sure you have the python 3 and pip package installed on your machine
On MacOS/Linux:
Open terminal.app:
Run the following scripts to setup:
pip3 install -r requirements.txt
python3 main.py
On Windows:
Open command line (win+R and type cmd):
Run the following scripts to setup: pip install -r requirements.txt
python main.py