Model based on OCR KERAS model for a car plate text extraction, the plates are formated on the Ecuadorian format of car plates.
Init training
python3 main.py train
Test model
python3 main.py [epoch_number]
- The epoch number has to be ## number format. Ex. 12 or 07
Keras OCR [https://github.com/keras-team/keras/blob/master/examples/image_ocr.py]