This project demonstrates traffic data analysis using Python with Seaborn and Matplotlib visualizations.
notebooks/traffic_visualization.ipynb: Jupyter notebook with visualizationsdata/traffic_data.csv: Sample traffic data CSV
- Install dependencies:
pip install pandas matplotlib seaborn - Open the notebook in Jupyter or Colab
- Explore and modify the visualizations
- Vehicle class distribution (bar chart)
- Speed distribution (histogram)
- ANPR status pie chart
- Time-series plot of passage counts