ivantv commited on
Commit
c4a12e9
·
verified ·
1 Parent(s): 6782ded

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -6
README.md CHANGED
@@ -1,12 +1,21 @@
1
  ---
2
- title: Cifar100 Classifier
3
- emoji: 🏃
4
- colorFrom: green
5
- colorTo: gray
6
  sdk: gradio
7
- sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
 
 
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
1
  ---
2
+ title: CIFAR-100 Classifier
3
+ emoji: 🖼️
4
+ colorFrom: blue
5
+ colorTo: green
6
  sdk: gradio
7
+ sdk_version: 4.44.1
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
+ models:
12
+ - ivantv/cifar100-resnet18
13
  ---
14
 
15
+ # CIFAR-100 Image Classifier
16
+
17
+ ResNet-18 model trained on CIFAR-100 dataset with 75.84% test accuracy.
18
+
19
+ Upload an image to classify it into one of 100 categories!
20
+
21
+ **Model:** [ivantv/cifar100-resnet18](https://huggingface.co/ivantv/cifar100-resnet18)