⚡ AI Toolkit — 10 Tools in One Dashboard

Tailwind + TensorFlow.js demo — webcam & mic access required for some tools.

🤖 Hand Gesture

Loading hand model...

Detects if a hand is present. Extend with fingerpose for gestures.

🔍 Object Detector (COCO-SSD)

Loading object model...

🏋️ Pose Fitness (PoseNet)

Loading pose model...

Reps: 0

Counts rep heuristically (e.g., push-up squat example).

🙂 Face Emotion (Landmarks)

Loading face model...

Emotion: -

🔐 Phishing URL Checker

Result: -

Heuristic + simple checks. Replace with trained model for production.

📧 Email Classifier (Train in-browser)

Result: -

Trains a tiny classifier on a tiny demo dataset (phishing vs safe) using USE embeddings.

🎙️ Voice Command (Speech Commands)

Status: Idle

Recognizes a small set of commands with pre-trained model.

💬 Text Sentiment (USE)

Sentiment: -

Tiny heuristic uses similarity to small positive/negative seed lists via USE embeddings.

🎵 AI Music Composer

Status: idle

Simple WebAudio melody generator. Replace with TFJS RNN for creative output.

🔑 Password Strength Checker

Strength: -

Simple entropy & pattern checks; use zxcvbn for production-grade checks.