Medical Computer Vision · MLOps
Chest X-Ray MLOps System
Analyze chest X-rays for abnormalities through a deployable medical computer vision workflow.
Strongest proof
Grad-CAM explainability output
System boundaries
- Model
- API
- Docker
- Deploy
- Monitor
Architecture idea
A DenseNet121-powered system with a FastAPI backend, Streamlit frontend, Grad-CAM explainability, and automated deployment.
Technical implementation
Fine-tuned DenseNet121 serves inference and Grad-CAM through FastAPI, while GitHub Actions builds and deploys the Dockerized service and Streamlit interface for cloud delivery.
Stack / tools
Separates the model service from the UI so the inference backend can evolve independently from the user-facing app.
Supporting links









