https://github.com/thanksduck/for-project
https://github.com/thanksduck/for-project
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thanksduck/for-project
- Owner: thanksduck
- Created: 2024-04-27T06:54:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-02T13:14:00.000Z (about 1 year ago)
- Last Synced: 2025-05-08T21:58:25.256Z (about 1 month ago)
- Language: Python
- Size: 12.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Dynamic Traffic Light Control System
## Project Overview
The Dynamic Traffic Light Control System (DTLCS) aims to revolutionize traffic management by implementing an AI-driven approach to optimize traffic light timings dynamically based on real-time traffic conditions. Traditional fixed-time traffic lights can be inefficient, leading to congestion and wasted time for commuters. By leveraging artificial intelligence, this system adapts traffic light timings in response to current traffic patterns, ultimately improving traffic flow and reducing congestion.

## Project Members
1. [Gursimar](https://github.com/gursimarsethi), URN - 2104223
2. Rohini, URN - 2104228
3. [Shivam Shukla](https://github.com/sivm99), URN - 2004663## Project Guide
This project is supervised by Professor Kuljit Kaur, who has been providin with us valuable guidance and expertise throughout its development.
## Architecture
The Dynamic Traffic Light Control System is developed using Python 3.11 and follows industry best practices for software development.
### Libraries Used:
- `numpy` - For numerical computing
- `pandas` - For data manipulation and analysis
- `matplotlib` - For data visualization
- `scikit-learn` - For machine learning
- `pygame` - For Simulation
- `pickle` - For saving and loading models