Skip to content

A data science project aimed at understanding traffic congestions in terms of duration and its anomalies primarily in WA state, pipelines are scale-able.

License

Notifications You must be signed in to change notification settings

opophehu/traffic_congestion_anomaly_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traffic_congestion_anomaly_detection

You can read more about the project on Medium.

ProjImage

A data science project aimed at understanding traffic congestions in terms of duration and its anomalies primarily in WA state. Pipelines are built to be but scalable to all of US.

The project is twofold: a regression model to predict the duration of congestion if it happens, leading into a anomaly detector to see if early intervention is necessary.

The app developed for this project is not deployed due to cost concerns, you can find the app in "TrafficApp" folder.

AppImage

Primary data source: “Short and Long-term Pattern Discovery Over Large-Scale Geo-Spatiotemporal Data.”

Project Organization

├── LICENSE
├── README.md        
├── data
│   ├── processed      <- Processed traffic, weather, population data.
│   ├── interim        <- Intermediate data that has been transformed.
│   └── raw            <- Raw traffic and weather event data.
│
├── models             <- Contains trained regression model and classifier.
│
├── notebooks          <- The code written for this project, ordered.
│
├── presentation       <- Presentation and video made for this project.
│
├── TrafficApp         <- Contains the live bus tracker developed for this project.
│
└── requirements.txt   <- The requirements file for reproducing the analysis environment.

Useful resources to build the app:

Leaflet Kafka Tutorial


Thank you.

About

A data science project aimed at understanding traffic congestions in terms of duration and its anomalies primarily in WA state, pipelines are scale-able.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages