This project aims to turn ML models developed in Jupyter Notebooks into production-ready, fully operational microservices deployable in containers.
- Python 3.11
-
Clone the repository:
git clone https://github.com/arvinsingh/MLOps.git cd MLOps
-
Install dependencies:
make install
-
Train the model:
make runner-builder
-
Run the inference service:
make runner-inference