create a virtual environment
python3 -m venv venv
activate the virtual environment
source venv/bin/activate
install the dependencies
pip install -r requirements.txt
run the project
python main.py
Access the project on your browser at http://localhost:6001/
enjoy!