Skip to content

NajiAboo/mlops-cp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start Machine Learning project.

Software and account Requirement.

Creating conda environment

conda create -p venv python==3.7 -y
conda activate venv/

OR

conda activate venv
pip install -r requirements.txt

OR

python setup.py install 

To Add files to git

git add .

OR

git add <file_name>

About

MLOPS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages