krishnamishra8848 commited on
Commit
ef43732
·
verified ·
1 Parent(s): fde3f5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -4,6 +4,39 @@ pipeline_tag: image-classification
4
  ---
5
  # Devanagari Character Recognition
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ```python
8
  # Example Code: You can test our model in Google Colab or Any where you want
9
  import requests
 
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
+
10
+ Model Details
11
+ Model Type: Convolutional Neural Network (CNN)
12
+ Input Shape: 32x32 grayscale images
13
+ Number of Classes: 46 (36 characters + 10 digits)
14
+ Framework: TensorFlow
15
+ File: saved_model.keras
16
+
17
+ Performance Metrics
18
+ Metric Value
19
+ Validation Accuracy 98.1%
20
+ Validation Loss 0.0777
21
+ Macro Precision 98%
22
+ Macro Recall 98%
23
+ Macro F1-score 98%
24
+
25
+ Strengths:
26
+ High precision and recall across most classes, especially for digits (०–९).
27
+ Robust generalization for complex characters like त्र and ज्ञ.
28
+ Weaknesses:
29
+ Slightly lower recall for characters like छ and थ, likely due to similarity with other classes.
30
+ Minor misclassifications in noisy or poorly written input images.
31
+
32
+ How to Contribute
33
+ If you'd like to contribute:
34
+
35
+ Improve the model architecture or hyperparameters.
36
+ Add new features, such as support for vowels or additional classes.
37
+ Report issues or bugs.
38
+ Feel free to open a pull request or create an issue!
39
+
40
  ```python
41
  # Example Code: You can test our model in Google Colab or Any where you want
42
  import requests