1. Select an image
Use PNG, JPEG, WebP, or BMP. For privacy, the file is processed locally and is not uploaded.
CNN portfolio project 04
A ResNet50 transfer-learning model trained on CIFAR-100, converted into TensorFlow.js, and served as a static GitHub Pages application. Images stay on this device.
Interactive inference
Use PNG, JPEG, WebP, or BMP. For privacy, the file is processed locally and is not uploaded.
Your image preview will appear here.
Technical design
ResNet skip connections help information and gradients move through deep networks. This project reuses ImageNet visual features, freezes the backbone during the supplied experiment, and trains a CIFAR-100 classification head.
Responsible use
This educational demo may classify images incorrectly, especially images that are unclear, low-quality, out of distribution, or unlike CIFAR-100. Do not use it as the sole basis for medical, legal, safety-critical, security, hiring, insurance, financial, or production decisions. Do not upload private, sensitive, confidential, copyrighted, or personally identifiable images.