Training ML Model ML Model with Flask Follow this Steps Make Virtual Enviornment python -m venv flask cd flask/Scripts Activate the Enviornment: activate Install Dependancy and Run the Lab pip install -r requirements.txt python app.py