This is a personal project to showcase my portfolio
To run the code locally just use the following
Just create a virtual environment
pip install virtualenv
py -m venv envActivate the environment then run following
source env/bin/activate
pip install requirements.txt
python main.py