File size: 605 Bytes
7193fb8
 
f0579d5
7193fb8
 
 
 
 
 
 
 
 
 
f0579d5
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: Tiny Letter Classifier
emoji: 🐨
colorFrom: gray
colorTo: green
sdk: gradio
sdk_version: 5.29.0
app_file: app.py
pinned: false
license: mit
short_description: A small (3mb) ONNX alphanumeric classifier.
---

Trained on the EMNIST (not MNIST, but related) dataset.

Performance and training information is available at https://wandb.ai/josephc/tiny_letter_classifier/workspace?nw=nwuserjosephc

Model has trouble distinguishing between upper and lower-case for some letters, like 's' versus 'S', 'z' versus 'Z', or 'o' versus 'O' and '0'.  'i', 'l', and '1' are also difficult to disambiguate.