Sayali9141 commited on
Commit
bdbd028
1 Parent(s): 67f5317

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Traffic Image Data Extraction Through Singapore Government API
2
+
3
+ ## Description
4
+
5
+ The Singapore government offers real-time images from traffic cameras across the nation through its API. This dataset compiles a comprehensive image dataset in the form of a DataFrame by extracting data for the month of January 2024 from 6 pm to 7 pm each day using the API.
6
+
7
+ ## Use Cases
8
+
9
+ The resulting dataset will facilitate easy integration into various use cases including:
10
+
11
+ ### Object Detection
12
+ Utilize the dataset for training object detection models to identify and analyze vehicles, pedestrians, and other objects in the traffic images.
13
+
14
+ ### Traffic Trend Analysis
15
+ Leverage time-series analysis to identify and analyze traffic trends over specific periods. This can provide valuable insights into peak traffic times, congestion patterns, and potential areas for infrastructure improvement.
16
+
17
+ ### Road Safety Assessment
18
+ Implement computer vision algorithms to assess road safety by analyzing traffic images for potential hazards, unusual road conditions, or non-compliance with traffic rules. This use case aims to enhance road safety monitoring and contribute to the development of intelligent transportation systems.
19
+
20
+ ## Dataset Details
21
+
22
+ The dataset will comprise the following columns:
23
+
24
+ - **Timestamp**: Date and time of the image acquisition from LTA's Datamall.
25
+ - **Camera_ID**: Unique identifier assigned by LTA to each traffic camera.
26
+ - **Latitude**: Geographic coordinate of the camera's location (latitude).
27
+ - **Longitude**: Geographic coordinate of the camera's location (longitude).
28
+ - **Image_URL**: URL providing direct access to the captured traffic image.
29
+ - **Image_Metadata**: Metadata of the image file including height, width, and MD5 hash.
30
+
31
+ ## API Documentation
32
+
33
+ For more details on accessing the traffic camera images, visit the [API Documentation](https://beta.data.gov.sg/collections/354).
34
+
35
+
36
+