prithivMLmods commited on
Commit
1f4787c
·
verified ·
1 Parent(s): 3dc4783

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -2,4 +2,16 @@
2
  license: apache-2.0
3
  datasets:
4
  - DamarJati/Face-Mask-Detection
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  datasets:
4
  - DamarJati/Face-Mask-Detection
5
+ ---
6
+
7
+ ```py
8
+ Classification Report:
9
+ precision recall f1-score support
10
+
11
+ Face_Mask Found 0.9662 0.9561 0.9611 5883
12
+ Face_Mask Not_Found 0.9568 0.9667 0.9617 5909
13
+
14
+ accuracy 0.9614 11792
15
+ macro avg 0.9615 0.9614 0.9614 11792
16
+ weighted avg 0.9615 0.9614 0.9614 11792
17
+ ```