Datasets:
Sayali9141
commited on
Commit
•
dcb4e62
1
Parent(s):
ed44401
Update README.md
Browse files
README.md
CHANGED
@@ -63,6 +63,14 @@ For more details on accessing the traffic camera images, visit the [API Document
|
|
63 |
|
64 |
## Use Case
|
65 |
|
66 |
-
Refer to the attached traffic_object_detection.py file to
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
Version 2.0 of Data Analytics coming soon!
|
|
|
63 |
|
64 |
## Use Case
|
65 |
|
66 |
+
Refer to the attached traffic_object_detection.py file to see how I used a pretrained YOLO model to detech cars and trucks. Further I generated traffic insights using the streamlit dashboard (code not on HuggingFace).
|
67 |
+
|
68 |
+
Below is a sample output of the YOLO model
|
69 |
+
<img src="Picture1.png" alt="Sample image from the data" width="600"/>
|
70 |
+
|
71 |
+
Here are the snippets of my Dashboard:
|
72 |
+
|
73 |
+
|
74 |
+
|
75 |
|
76 |
Version 2.0 of Data Analytics coming soon!
|