Analytical
python -m venv venv
venv\Scripts\activate Download requirements.txt pip install -r requirements.txt
python3 -m pip install -r requirements.txt python Generator.py open new cmd venv\Scripts\activate python dashboard.py #Modified
Open 127.0.0.1:5000 or you will see running on IP:Port after execution of dashboard.py