Skip to content

It contains tutorial of various MLOps algorithm. Will update it as soon as I learn something new. Happy Learning.

License

Notifications You must be signed in to change notification settings

Sanket-DataEnt/MLOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLOps

It contains tutorial of various MLOps algorithm. This will promarily focus on deployment. So, in this we will learn end-to-end ML lifecycle pipeline. Will update it as soon as I learn something new. Happy Learning.

INSTALLATION

// install virtualenv
$ python3 -m pip install --user virtualenv

// create environment
$ python3 -m venv myenv

// activate environment
$ source myenv/bin/activate

// install dependencies from requirements.txt
$ pip install -r requirements.txt

// deactivate environment
$ deactivate

About

It contains tutorial of various MLOps algorithm. Will update it as soon as I learn something new. Happy Learning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published