Sayali9141 commited on
Commit
5330773
1 Parent(s): 1fcc3eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -44,8 +44,17 @@ The dataset will comprise the following columns:
44
  - **Image_URL**: URL providing direct access to the captured traffic image.
45
  - **Image_Metadata**: Metadata of the image file including height, width, and MD5 hash.
46
 
 
 
 
 
 
47
  ## API Documentation
48
 
49
  For more details on accessing the traffic camera images, visit the [API Documentation](https://beta.data.gov.sg/collections/354).
50
 
51
- Refer to the attached traffic_object_detection.py file to understand how this dataset can be used for analysis and object detection.
 
 
 
 
 
44
  - **Image_URL**: URL providing direct access to the captured traffic image.
45
  - **Image_Metadata**: Metadata of the image file including height, width, and MD5 hash.
46
 
47
+ ## Limitations of my Dataset
48
+
49
+ The Dataset due to limited computational capability has data of only one month and 1 hour for each day.
50
+ Fetching large data (such as a year) would help in analysing the macro trends and significant patterns.
51
+
52
  ## API Documentation
53
 
54
  For more details on accessing the traffic camera images, visit the [API Documentation](https://beta.data.gov.sg/collections/354).
55
 
56
+ ## Use Case
57
+
58
+ Refer to the attached traffic_object_detection.py file to understand how this dataset can be used for analysis and object detection.
59
+
60
+ Version 2.0 of Data Analytics coming soon!