This is an ongoing capstone project by Team SciPy. This is our final Capstone Project in the Hamoye 2022 Summer Internship.
Traffic congestions is rising in cities around the world. Contributing factors include expanding urban populations, aging infrastructure, inefficient and uncoordinated traffic signal timing and a lack of real-time data. Given the physical and financial limitations around building additional roads, cities must use new strategies and technologies to improve traffic conditions.
In this project, we will analyze the provided Traffic dataset on Kaggle. The provided dataset includes hourly traffic data on four different junctions in a particular city.
The aim of this project is to derive insights from this analysis and then build a model/models that can be used to predict traffic at particular times at the different junctions in the city.
The traffic data that was used in this end-to-end project was sourced from Kaggle and this dataset contains 48,120 rows and 4 columns. These columns are:
DateTime: this contains the time at which sensors collect traffic data at the different junctions. The traffic data is collected every hour.
Junction: this represents the four different junctions from which the traffic data was collected.
Vehicles: this represents the number of vehicles at the time the sensors capture the traffic data.
ID: this is the unique ID of the sensors.
Because this project involves a time series analysis, more columns were engineered for quality analysis, and these columns include Year, Month, Day_of_Month, Day_of_Week, Day_of_Year, Date, Time, and Seconds.
-
There has been an upward trend of vehicles yearly in all four junctions with junction 1 having the highest upward trend
-
We notice an increase in the first and third junctions around the month of June, this might be due to summer activities that happen around that time.
-
We notice a daily increase in Vehicular movement in all the junctions except junction four which started recording data in January 2017.
-
With the exception of junction 4, We notice the data increasing during the morning time, around 6 am, staying steady throughout the afternoon, and decreasing during the evening time around 8 pm.
-
We also notice that we have less traffic during the weekend and steady traffic during the weekdays.
-
Junction 4 was created to reduce the overall traffic situation on the axis which seemed to work.
Chisom Promise Nnamani - Project Lead
Pearse Jim - Assistant Project Lead
Victoria Udoh - Query Analyst
Chisom Promise
Babatunde Raji
Oguamanam Chinyere
Zainab Mohammed
Bernard Boateng
Lakshay Arora
Bissalla Daniel
Subair Hussein
Samuel Nnamani
Pearse Jim
Gozie Ibekwe
Babatunde Raji
Zainab Muhammed
Documentation/Presentation Slides Task Group (All Slides Perfectly Fit for the Presentation of the Project to Stakeholders)
Victoria Udoh - Project Documentation
Pragati Thakur - Presentation slides (Main)
Fidel Imaseun - Presentation slides 2
Djardo Isaac - Presentation slides 3
Okonkwo Bertram - Presenter
Joshua Obikunle - Presenter
Emekobong Udoh
Odion Sonny-Egbeahie
Chisom Promise
Omotayo Waheed
He’s a link to the deployed model. This model is used to predict the number of vehicles that will be at a particular junction at a particular date and at a particular point in time.
Here's a link to the dashboard report that we created at the end of this project. In these reports, we tried to visualize the insights derived from the analysis of the traffic data like which junction had the most vehicular movement at a particular time of the day, month and year.
Here's a link to the main presentation slides that we used used to present the process of the project and our finding to the judges and experts in the field.
-
The Traffic_Prediction_EDA ipynb file contains the data wrangling, analysis and visualization proceses.
-
Traffic Prediction Model ipynb file containing the feauture engineering and modeling processes.
-
The traffic excel file contains the original data as it was obtained from Kaggle.
-
The traffic_clean excel file is the cleaned file that was used for the data visualizations and dashboard design.
-
The visualizations.zip contains the screenshots/photos of the visualizations used to design presentation slides.
-
plk files contain the trained model for each of the junctions.
-
trafic_predictor_app.py contains the app deployment code.
-
Requirements.txt file contains the packages and libraries used for the project with their listed versions.