Skip to content

A system and method for the prediction of vehicle traffic congestion on a given roadway within a region. In particular, the computer implemented method of the present disclosure utilize real time traffic images from traffic cameras for the input of data and utilizes computer processing and machine learning to model a predictive level of congesti…

License

Notifications You must be signed in to change notification settings

taiwotman/Smart-Traffic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predicting Short-Term Traffic Flow Congestion On Urban Motorway Networks(DEV).

Python tensorflow is used to predict the congestion types based on image object recognition

HOW TO TEST

1. Clone git repository and cd into the directory

 git clone https://github.com/taiwotman/TensorflowPredictCongestionTypes.git
 
 cd TensorflowPredictCongestionTypes

2. Set up virtualenv with directory venv

 virtualenv venv

3. Activate venv using:

 source venv/bin/activate

4. Install tensorflow using:

 pip install tensorflow

5. Use traffic congestion image(supports only jpeg/jpg format). For example:

 python run.py test_image/Aut10_010.jpg

6. Example output:

  high congestion (score = 0.70454)

Docker:

https://hub.docker.com/r/taiwotman/smart-traffic

Mobility as a Service(MaaS) Application for real-time traffic prediction

You want to be a contributor or implement your own real-time prediction?

  1. Fork repository

    and/or

  2. Send a message.

FOR ACADEMIC PURPOSE; kindly, cite our related work:

 T. Adetiloye, A. Awasthi  (2019). Multimodal Big Data Fusion for Traffic Congestion Prediction. 
     In: Seng K., Ang L., Liew   AC., Gao J. (eds) Multimodal Analytics for Next-Generation Big Data Technologies 
     and Applications(pg. 319-335). doi: https://doi.org/10.1007/978-3-319-97598-6_13. Springer, Cham.
 
 
 T. Adetiloye, A. Awasthi(2017). Predicting Short-Term Congested Traffic Flow on Urban Motorway Networks. 
      In P. Samui, S.S Roy, V.E. Balas(Eds.), Handbook of Neural Computation(pg. 145–165).
      doi: https://doi.org/10.1016/B978-0-12-811318-9.00008-9 . Academic Press.

About

A system and method for the prediction of vehicle traffic congestion on a given roadway within a region. In particular, the computer implemented method of the present disclosure utilize real time traffic images from traffic cameras for the input of data and utilizes computer processing and machine learning to model a predictive level of congesti…

Topics

Resources

License

Stars

Watchers

Forks

Packages