Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.24 KB

README.md

File metadata and controls

18 lines (10 loc) · 1.24 KB

Smart City: Traffic prediction using Deep Learning

By Banan Alhethlool | banan.alhethlool@gmail.com

Introduction:

Traffic prediction is very important for any urban city, especially in crowded areas. Predicting traffic can be very useful for managing future traffic. Therefore, the idea proposed for this project is to use deep learning algorithms to help us predict traffic at a certain time and location. The goal of the project is to help smart cities have a better understanding of traffic patterns that leads to better management of traffic and solves many problems related to infrastructure and safety.

Traffic

Dataset

The dataset for this project consists of datetime, vehicles, and junction information. The data is collected from sensors at every junction. It has over 48, 000 observations and was obtained as an open-source from Kaggle, Here.

Tools

  • Technologies: Jupyter Notebook, Python, SQL and SQLlite.
  • Libraries: Pandas, Numpy, Matplot, Seaborn, Sklearn, Keras, and Tensorflow.