--- title: CIFAR-10 Image Classifier emoji: 🖼️ colorFrom: blue colorTo: purple sdk: gradio app_file: app.py pinned: false --- # CIFAR-10 Image Classifier This is an educational image classifier trained on CIFAR-10. It predicts one of 10 labels: - airplane - automobile - bird - cat - deer - dog - frog - horse - ship - truck ## Required model file Place `cifar10_cnn.pt` in this repository root, next to `app.py`. ## Note The model was trained on small 32×32 CIFAR-10 images. It may make mistakes on normal phone photos.