Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 1.6 KB

README.md

File metadata and controls

55 lines (45 loc) · 1.6 KB

Traffic light Recgnizer


Using neural evolution of augmenting topologies developed a program
based on computer vision for recognizing traffic lights.

Installation

  1. Make sure Python 3+ is installed.
  2. Clone this repodotory :
    $ git clone https://github.com/krvaibhaw/trecognizer.git
  1. Change Directory :
    $ cd trecognizer
  1. Install requirements
    $ pip install requirements.txt
  1. Run the program:
    $ python trecognizer.py <data folder path>

Example :

    $ python trecognizer.py data

Feel free to follow along the code provided along with mentioned comments for
better understanding of the project, if any issues feel free to reach me out.

Contributing

Contributions are welcome!
Please feel free to submit a Pull Request.