This repository contains a series of hands-on projects designed to help DevOps engineers and developers understand the fundamentals of Machine Learning Operations (MLOps).
Each project focuses on a specific stage of the ML lifecycle—ranging from data preparation to model deployment—so you can build practical, job-ready skills.
Below is an overview of the upcoming projects included in this course.
mlops-course
|__ animal-classifier/
|__ ..
Learn the essential concepts behind machine learning—algorithms, models, inferencing, and deployment at local development from a DevOps perspective.
Note: A lightweight introduction to prepare you for the hands-on projects ahead.
Project: animal-classifier/
Most of the datasets are taken from UCI Zoo Dataset and Kaggle
git clone https://github.com/techiescamp/mlops-course.git
cd animal-classifierpython -m venv venv
venv\Scripts\activatepython3 -m venv venv
source venv/bin/activatepip install -r requirements.txtExecute the code according to the instructions given each of the project's readme.md file.
Please read our Contributing Guidelines before submitting pull requests.
This project is under MIT Licence support.