File size: 535 Bytes
f084345
3bc6b95
 
 
 
f084345
 
 
 
 
3bc6b95
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
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.