This repository analyzes the effectiveness of the ALIVE@25 program in reducing the number of car accidents for young drivers in South Carolina. It includes various types of analysis such as geospatial analysis, collision data analysis, and more.
The repository is organized into the following main folders:
code
: Contains the scripts used to run the analysis and visualizations.data
: Contains the data required for the scripts inside thecode
folder.output
: Contains the output HTML (interactive and static) and plots about the analysis done using the scripts in thecode
folder.
Each main folder is divided into three subfolders:
Alive-25-analysis
: Focuses on analyzing the data related to the ALIVE@25 program.collision-analysis
: Focuses on analyzing the collision data.map-visualization
: Focuses on the map visualization of the data.
-
Clone the repository:
git clone https://github.com/ai4society/Traffic-Data-Analysis.git cd Traffic-Data-Analysis
-
Prepare the data:
- Place the required data files in the
data
folder under the appropriate subfolder.
- Place the required data files in the
-
Run the analysis:
- Navigate to the
code
folder and execute the scripts as needed.
- Navigate to the
-
View the output:
- The results of the analysis will be available in the
output
folder under the appropriate subfolder.
- The results of the analysis will be available in the
This project is licensed under the MIT License.