hjLabs AI Playground

Starting the on-device runtime…

Classify an image with ViT, locally

ViT-base, ResNet-50 and MobileViT-small are the standard ImageNet-1k classifiers, and all three run here on your GPU. Drop in a photo and get the top-k labels with probabilities — a good reference point when you are comparing architectures, checking how a model behaves on your own data, or teaching what a convolutional network and a vision transformer each get wrong. MobileViT is the one to pick on a phone or an integrated GPU.

image classification onlinevit demoresnet-50 browserimagenet classifier freeidentify object in photo aimobilevit demophoto recognition tool

Frequently asked questions

What labels can it output?

The 1,000 ImageNet-1k classes. That covers a lot of animals, objects and food, and almost no brand names, people or abstract concepts. For arbitrary labels, use zero-shot image classification with CLIP.

Is it really free, and is there a usage limit?

It is free and there is no per-request limit, because we are not paying for the compute — your own GPU is. The only cost is the one-time model download, which your browser caches.

Models available for this task