End-to-End AI Platform

pandyaHomeLab

A professional AI learning platform showcasing Machine Learning, Deep Learning, NLP, and Agentic AI.
From theory to production — built on Synology NAS, deployed to AWS.

📊 ML Projects 🧠 DL Projects 💬 NLP Projects 🤖 Agentic AI
Live Deployments

Featured Projects

Each project is a containerized microservice — built and tested on NAS, deployed to AWS.

📊 Machine Learning 3 live
🎯

Iris KNN Classifier

✓ Live

K-Nearest Neighbors classifier on the classic Iris dataset. Submit features, get classification with confidence scores.

/ml/iris-knn/ Try it →
📈

Housing Linear Regression

✓ Live

Linear Regression on the California Housing dataset. Predict median house values from 8 features with an interactive slider UI.

/ml/housing-linear/ Try it →
🚢

Titanic AutoML Classifier

✓ Live

PyCaret AutoML pipeline that benchmarks 7 algorithms on the Titanic survival dataset and serves the best model with AUC/F1/Accuracy metrics.

/ml/titanic-automl/ Try it →
🧠 Deep Learning 2 live · 1 planned
✍️

MNIST CNN — Draw a Digit

✓ Live

PyTorch CNN classifier on MNIST. Draw a digit on the HTML5 canvas, get the prediction with per-class confidence bars. ≥98% test accuracy.

/dl/mnist-cnn/ Try it →
📉

LSTM Time-Series Forecast

✓ Live

PyTorch LSTM trained on 2.5 years of NYC CitiBike daily ride counts. Pick a date, get a 14-day forecast with an MC-Dropout confidence band and a compare-to-actuals overlay.

/dl/lstm-forecast/ Try it →
🔍

Object Detection (YOLO)

Planned

Real-time object detection — bounding boxes and class labels via API.

/dl/object-detection Planned
💬 Natural Language Processing 0 live · 2 planned
💭

Sentiment Analysis

Planned

Transformer-based sentiment classifier — positive, negative, neutral detection.

/nlp/sentiment Planned
🏷️

Named Entity Recognition

Planned

Extract people, places, and organizations from text via HuggingFace transformers.

/nlp/ner Planned
🤖 Agentic AI 0 live · 1 planned
🧩

Claude AI Agent

Planned

Autonomous AI agent powered by Claude API. Multi-step reasoning, tool use, and structured outputs.

/agentic/claude-agent Planned
Technology Stack

Built With

Production-grade tools across all domains.

📊scikit-learn
🔥PyTorch
🧠TensorFlow
🤗HuggingFace
🤖Claude API
FastAPI
🐳Docker
☁️AWS EC2
💾MinIO
📈MLflow
🏠Synology NAS
🔁Nginx
Platform Tools

MLOps Infrastructure

Shared services powering all ML experiments and model tracking.

📈
MLflow
✓ Live

Experiment tracking, run history, parameters, metrics, and model artifact storage for all ML projects.

Open MLflow →
💾
MinIO
✓ Live

S3-compatible object storage for model artifacts, datasets, and MLflow experiment outputs.

ml-minio:9000 · internal
🐘
PostgreSQL
✓ Live

Shared relational database for prediction audit trails and structured ML project data.

ml-postgres:5432 · internal
Redis
✓ Live

In-memory cache for inference results, rate limiting, and session state across ML services.

ml-redis:6379 · internal