Projects Β· Running on K3s

Where I build
ML systems.

End-to-end machine learning projects β€” from raw data to production deployments. Each project is live, containerised, and running on my own Kubernetes cluster. By Amit Choubey.

🐍 Python · FastAPI · Streamlit ☸️ K3s on Hetzner VPS ☁️ AWS · MLflow · Docker
1
Live projects
5+
In progress
K3s
Self-hosted
AWS
Cloud pipelines
All Projects
Each project is independently deployed at its own subdomain.
🏠
Live
Housing Price Predictor
housing.labs.amitchoubey.dev β†—
End-to-end ML pipeline predicting house prices. Scikit-learn model served via FastAPI, interactive Streamlit UI, fully containerised on Kubernetes.
scikit-learnFastAPIStreamlitK8s
🎬
Coming soon
Movie Recommender
Collaborative filtering engine with matrix factorisation and content-based hybrid approach. Real-time inference with sub-100ms response time.
PyTorchMLflowRedisK8s
πŸ”
Coming soon
RAG Application
Retrieval-Augmented Generation pipeline with vector search. Document Q&A with semantic chunking, reranking and context-aware LLM responses.
LangChainPineconeOpenAIFastAPI
🚨
Coming soon
Fraud Detection
Real-time transaction fraud detection on imbalanced datasets. XGBoost with SMOTE oversampling and SHAP explainability for full interpretability.
XGBoostSHAPMLflowStreamlit
☸️
Coming soon
CKA Lab Notes
Kubernetes certification notes and hands-on lab exercises. Real cluster configs, exam-prep scenarios and practical walkthroughs from my CKA journey.
KubernetesK3sHelmTraefik
πŸ’¬
Coming soon
Sentiment Analyser
Fine-tuned BERT for product review sentiment classification. Deployed with ONNX runtime for optimised inference latency and a live demo UI.
BERTHuggingFaceONNXFastAPI