maplechori commited on
Commit
415e0db
·
verified ·
1 Parent(s): 833c09a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -2
README.md CHANGED
@@ -3,6 +3,23 @@ license: mit
3
  language:
4
  - en
5
  base_model:
6
- - Ultralytics/YOLOv8
7
  pipeline_tag: image-classification
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  language:
4
  - en
5
  base_model:
6
+ - Ultralytics/YOLOv5
7
  pipeline_tag: image-classification
8
+ ---
9
+ # Model Card for Model ID
10
+
11
+ Model used to detect the U.S. Mail symbol on U.S. Mail trucks.
12
+
13
+ ## Model Details
14
+
15
+ Trained on the US Mail symbol
16
+
17
+
18
+
19
+ - **Developed by:** Adrian Montero (https://www.linkedin.com/in/abmontero/)
20
+
21
+
22
+ ## Uses
23
+
24
+ This was prepared to be used in conjunction with a motion detection camera pointed at my mail box to be able to identify when the mail truck has delivered the mail.
25
+