Skip to content

Yuvraj-Sharma-2000/mlops

Repository files navigation

End to end machine learning project

Create a conda environment

conda create -p venv python=3.8

activate conda environment

activate
conda activate {path of your conda env}

Intall requirements in the environment

pip install -r requirements.txt

Run a python filr

python python -m src.components.data_ingestion

Run application

python app.py

Hello world

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages