Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,2 +1,19 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
language: en
|
| 4 |
+
tags:
|
| 5 |
+
- image-classification
|
| 6 |
+
- custom-model
|
| 7 |
+
license: apache-2.0
|
| 8 |
+
datasets:
|
| 9 |
+
- your-dataset-name
|
| 10 |
+
metrics:
|
| 11 |
+
- accuracy
|
| 12 |
+
- precision
|
| 13 |
+
- recall
|
| 14 |
+
- f1
|
| 15 |
+
model_name: research-dyslexia
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# Research Dyslexia Model
|
| 19 |
+
This is my first trial. Hello, I am Asmae Mouradi. This model is trained to classify handwriting images related to dyslexia using an OmniVec-like architecture.
|