Real World ML Project Create your new environment or just use the base environment of conda conda create -p venv python==3.9 -y Install the requirement libraries in the requirements.txt pip install -r requirements.txt Run the ingestion.py file to test the predection python src\components\data_ingestion.py Create a flask application for our model Run the application python app.py