Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages