This project analyzes vehicle traffic data collected hourly over 7 days to identify peak traffic periods, detect anomalies, and predict future congestion. Using visualizations like heatmaps, line plots, and bar charts along with linear regression modeling, it provides actionable insights for smart city traffic management and planning.
- π Visualize average vehicle counts per hour across days
- π₯ Heatmap showing traffic density by day and hour
β οΈ Detect sudden traffic anomalies (spikes or drops)- π€ Linear regression to predict traffic volume at different hours
- π Trend analysis of daily average traffic patterns
- π¦ Identify top 3 peak traffic hours
- File:
traffic_data_7days.csv
- Columns:
Day
(1 to 7) β Day of the weekHour
(0 to 23) β Hour of the dayVehicle_Count
β Number of vehicles recorded per hour
- Python 3.x
- pandas
- matplotlib
- seaborn
- scikit-learn
Developed by Aarohi Singh
RISE Internship Program β Tamizhan Skills
This project aims to contribute towards smart and efficient city traffic management using data-driven analysis and machine learning.