The-Data-Alchemists-Manipal / MindWave

MindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
MIT License
96 stars 145 forks source link

Traffic Light Recognition #660

Open Tisha6661 opened 11 months ago

Tisha6661 commented 11 months ago

Is your feature request related to a problem? Please describe.

Is it very important to follow the traffic rules, and recognition of traffic lights beforehand will be really helpful.

Describe the solution you'd like

I would like to make a python project to detect the traffic lights and then tell how much time to wait or go.

Describe alternatives you've considered

We can try using cnn models in doing so.

Additional context

Under GSSOC"23 please assign me this task.

Code of Conduct

khusheekapoor commented 11 months ago

@Tisha6661 - you can go ahead! We are assigning you 21 days for this project, after which it will be assigned to someone else if not completed. All the best! Name the file as: algorithm_dataset.ipynb and link it in the readme of the labeled directory as algorithm - dataset.

Tisha6661 commented 11 months ago

@khusheekapoor I have created a pull request regarding this task, please verify and merge it. Also it is clearly using OpenCV and comes under Image Processing , so please add that tag, and I have made the project folder accordingly.