You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Containerizing and Deploying a Machine Learning Model on Kubernetes
Description
This project demonstrates how to containerize a machine learning model using Docker and deploy it on Kubernetes. I exposed the model through a REST API for easy interaction and tested it using both browser and curl requests. The goal was to simulate real-world deployment and understand how DevOps practices support ML workflows in production environments.