Make a virtual environment with
python -m venv venv
.\venv\Scripts\Activate.ps1
.\venv\Scripts\activate.bat
source ./venv/Scripts/activate
Make sure the virtual environment is active before installing packages!
tip: Look for the (venv) tag, eg.
(venv) PS C:\Users\Roney\Desktop\Stock Prediction>
pip install -r requirments.txt
Extract the .zip files present in the /models directory, and put the contents in the /models directory
If
python3 app.py
doesn't work, use
python -m flask run