HOW TO USE? Create a virual environment and activate it -> python3 -m venv venv Activate by -> source venv/bin/activate Install dependencies pip install -r requirements.txt Run the app python main.py Open localhost:9999 and enjoy!