Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ tags:
|
|
4 |
- vision
|
5 |
datasets:
|
6 |
- dmitva/the-mnist-database
|
7 |
-
inference:
|
8 |
---
|
9 |
|
10 |
The MNIST OCR (Optical Character Recognition) model is a deep learning model trained to recognise and classify handwritten digits from 0 to 9. This model is trained on the MNIST dataset, which consists of 60,000 small square 28×28 pixel grayscale images of handwritten single digits, making it highly accurate for recognising written, isolated digits in a similar style to those found in the training set.
|
|
|
4 |
- vision
|
5 |
datasets:
|
6 |
- dmitva/the-mnist-database
|
7 |
+
inference: true
|
8 |
---
|
9 |
|
10 |
The MNIST OCR (Optical Character Recognition) model is a deep learning model trained to recognise and classify handwritten digits from 0 to 9. This model is trained on the MNIST dataset, which consists of 60,000 small square 28×28 pixel grayscale images of handwritten single digits, making it highly accurate for recognising written, isolated digits in a similar style to those found in the training set.
|