Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,23 @@ license: mit
|
|
3 |
language:
|
4 |
- en
|
5 |
base_model:
|
6 |
-
- Ultralytics/
|
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 |
+
|