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 · 4 planned
🔁

Duplicate Question Pairs

Planned

Are two Quora questions asking the same thing? Bag-of-words + 22 engineered features (token, length, fuzzy) → Random Forest, with a probability slider and a “why” panel.

/nlp/quora-randomforest/ Planned
🧹

Text Preprocessing & Representation Lab

Planned

Paste any text and watch every step — cleaning, tokenization, stemming vs. lemmatization — then compare one-hot, Bag of Words, n-grams and TF-IDF vectors side by side.

Phase 3b Planned
🧭

Word2Vec Explorer

Planned

Word embeddings trained on a custom corpus: nearest words, king − man + woman analogies, and a 3D PCA map of the vocabulary.

Phase 3c Planned
🏷️

POS Tagger: HMM + Viterbi

Planned

A hand-built Hidden Markov Model tags each word, with the Viterbi path drawn step by step — side by side with spaCy's neural tagger.

Phase 3d 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