/AI_Traffic_system

Designing a dynamic AI Traffic light system (using AI) instead of fixed time for each traffic light

Primary LanguagePython

AI Traffic system with Python

Members:

  1. Ammar Abul-Feilat
  2. Ayat Albqoor
  3. Diala Abul-Khail
  4. Anas Abu Hamideh
  5. Joud Alnsour
  6. Ali Muhsen

Version: 0.1.0


Problem domain

One of the biggest problems that faces a lot of people everyday is Congestion, Which mostly occurs due to certain factors, one of them is the traffic lights timing system. Traffic congestion can increase fuel consumption, air pollution, it causes an unnecessarily wastage of time & energy, besides, long stopping time causes pavement damage. We can solve this problem by using AI traffic system which will give a dynamic time for the green light based on the traffic volume.


Overview

In this project we are going to Design a dynamic AI Traffic light system (using AI) instead of fixed time for each traffic light.

Documentation

installation

step 1 Using SSH:

git clone git@github.com:Ammaro173/AI_Traffic_system.git

step 2:

cd AI_Traffic_system

step 3: install the required packages:

pip install -r requirements.txt

step 4:

python main.py

Architecture

This app is written using Python 3.9.5, following best practices.

Libraries used:

  1. pygame
  2. pandas
  3. sklearn
  4. numpy
  5. matplotlib

Change Log

version 0.1.0 , initialized in 19-4-2022 , Deployed on 27-4-2022 and Ready To Use


references