Get all your plates with labels
This is basically an event app made with some HTML, CSS, and JavaScript. Its purpose is to label Chilean plates with two dfifferent formats. The first one is called old one and uses 2 letters and 4 numbers. Then, is the new one which uses 4 letters and 2 numbers. It also includes a python script which veryfy if the labels fit all the norms in both plates formats.
The project uses the following tools:
To get the labeler running you just have to cole the repository and open the index.html in your favorite web browser
You just need to load all the images you want to label in the crops folder.
- Clone the repository.
git clone https://github.com/Tubaher/labelerJS.git
-
put your images in the crops/ directory
-
Open index.html in your favorite browser
-
To run the python veryfier run:
python3 check_plates.py
Diego Suntaxi - @tubaher - tubarao0705@gmail.com Oscar Guarnizo - @your_twitter - email@example.com
Project Link: https://github.com/Tubaher/labelerJS