About Builds Lab Blog Contact

In-Browser
AI Experiments

No servers no API keys

Three live demos running real machine learning models entirely inside your browser — nothing is sent to a server. The first run of each demo downloads the model and caches it for next time. Welcome to the edge.

DEMO 01 / Idle

Sentiment Analyzer

DistilBERT fine-tuned on SST-2. Type anything — a tweet, a review, a text from your ex — and see how it scores on the positive/negative axis.

Model: distilbert-sst2
Size: ~65 MB
Device: Your Browser
DEMO 02 / Idle

Image Classifier

Vision Transformer (ViT) trained on ImageNet-1k. Drop in any photo — a dog, a mug, a router table, a poorly-lit sandwich — and see what the model thinks it's looking at.

Model: vit-base-patch16-224
Size: ~90 MB
Device: Your Browser

Drop image here

or click to browse

DEMO 03 / Idle

Zero-Shot Classifier

Give the model text plus any labels you invent on the spot, and it picks which one fits best. No training, no fine-tuning. This is where the magic of transformer language models really shows.

Model: mobilebert-mnli
Size: ~100 MB
Device: Your Browser

Powered by transformers.js. Model weights are cached by your browser after the first run.