- First setup, make virtual environment
python -m venv venv- install the library from requirement.txt
pip install -r requirement.txt- to execute code, make sure activate virtual environment first
venv/Scripts/activate- After that, run the app.py file to launch the website.