Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 440 Bytes

readme.md

File metadata and controls

26 lines (18 loc) · 440 Bytes

Training ML Model

Open In Colab

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