Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ pipeline_tag: image-classification
|
|
| 4 |
---
|
| 5 |
# Devanagari Character Recognition
|
| 6 |
|
|
|
|
|
|
|
| 7 |
Devanagari Character Recognition Model
|
| 8 |
This repository contains a TensorFlow-based deep learning model designed for recognizing Devanagari script characters and digits. The model is trained on a dataset containing 46 unique classes, including characters from "क" to "ज्ञ" and digits from ० to ९. It achieves a high validation accuracy of 98.1% and demonstrates robust performance across all classes.
|
| 9 |
|
|
|
|
| 4 |
---
|
| 5 |
# Devanagari Character Recognition
|
| 6 |
|
| 7 |
+
[**<span style="color:red">Want to try this model? Click here!</span>**](https://huggingface.co/spaces/krishnamishra8848/devanagari_character_recognition)
|
| 8 |
+
|
| 9 |
Devanagari Character Recognition Model
|
| 10 |
This repository contains a TensorFlow-based deep learning model designed for recognizing Devanagari script characters and digits. The model is trained on a dataset containing 46 unique classes, including characters from "क" to "ज्ञ" and digits from ० to ९. It achieves a high validation accuracy of 98.1% and demonstrates robust performance across all classes.
|
| 11 |
|