Project Work: Analyze different weather conditions and their impact on different types of vehicles involved in road accidents.
This project aims to figure out how weather influences road safety, especially if the weather conditions affect the types of vehicles involved in an accident, which is super important for creating better safety rules. It checks out how different weather conditions relate to the number of accidents. It looks at accident data from Berlin to see how these weather conditions impact the number of accidents.
All project work is present in the project
folder.
- Comprehensive Analysis Report: report.ipynb
- Presentation Slides: slides.pdf
- Presentation Video: presentation-video.mp4
This project aims to investigate the following aspects:
- Which road condition has the most impact on road accidents?
- Which type of vehicle is most likely to be involved in an accident?
- How do different weather conditions impact the types of vehicles involved in accidents?
- Is there any trend in vehicle accidents over the period of a year?
Before you begin, make sure you have Python installed on your pc. We will work with Jupyter notebooks.
- Jupyter notebook
pip install notebook
- Clone Repository
git clone https://github.com/sahil-sharma-50/WS23-MADE-project.git
- Run data pipeline
python project/data_pipeline.py
- Run test script
python project/test.py
The easiest way to do so is to set up VSCode with the Jupyter extension.