An end-to-end MLOps pipeline showcasing model training, versioning with MLFlow, CI/CD deployment to Google Cloud Run, and interactive 3D visualization of CNN activations.
Instructions: Draw a digit and click "Predict!" to query the deployed model endpoint. The API returns predictions and layer activations, visualized in real-time 3D (use mouse to rotate/zoom).
MLOps Pipeline Overview:
This project demonstrates a complete MLOps workflow: the model is trained on MNIST data, versioned in MLFlow Model Registry, and deployed to Google Cloud Run as a containerized FastAPI service. When you draw a digit, the request flows through the interactive canvas to the production endpoint, which returns predictions and internal layer activations for real-time 3D visualization.