Smolry commited on
Commit
a57f753
·
verified ·
1 Parent(s): 638055b

Create README.md

Browse files

Initial commit , model card remaining- (intended use, how to use, libraries, Citation, paper link)

Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - Smolry/HSRP_classification_data
5
+ language:
6
+ - en
7
+ metrics:
8
+ - f1
9
+ - precision
10
+ - recall
11
+ - accuracy
12
+ base_model:
13
+ - google/efficientnet-b0
14
+
15
+ # HSRP Classification Model
16
+
17
+ ## Model Description
18
+ ## This model is designed to classify High-Security Registration Plates (HSRP) from vehicle crop images.
19
+
20
+ pipeline_tag: image-classification
21
+ tags:
22
+ - computer-vision
23
+ - license-plate
24
+ - hsrp
25
+ - traffic
26
+ ---