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
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
This project implements a complete **MLOps pipeline** for a **U.S. Visa Approval Classification System**, covering all essential components — from **data ingestion** to **deployment and monitoring**.
4
4
The goal is to predict whether a visa application will be approved or denied, using machine learning and production-grade MLOps tools.
5
5
6
+
🌍 Live URL
7
+
8
+
🔗 http://44.203.207.140:8080/
9
+
10
+
The application is deployed on AWS EC2 using Docker containers, with the image stored and pulled directly from AWS Elastic Container Registry (ECR) through an automated GitHub Actions CI/CD pipeline.
0 commit comments