create a virtual environment
python3 -m venv venvactivate the virtual environment
source venv/bin/activateinstall the dependencies
pip install -r requirements.txtrun the project
python main.pyAccess the project on your browser at http://localhost:6001/
enjoy!