MLOps Pipeline with Jenkins, Docker, and AWS ECS
This project implements an automated MLOps pipeline for deploying a machine learning model, focusing on operational efficiency and security. It integrates Jenkins for CI/CD, Docker for containerization, and AWS ECS for scalable deployment, ensuring a repeatable and reliable workflow. Project Overview The pipeline automates the deployment of a Flask-based ML application, emphasizing Continuous Integration and …