Added a Jupyter Notebook `train_crnn.ipynb` to the repository for training the CRNN model. This notebook includes: - Steps for preparing the dataset. - Training pipeline for the CRNN architecture. - Evaluation of the trained model. This addition enhances the project's flexibility for users who want to retrain the CRNN model on custom datasets. |
||
|---|---|---|
| models | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| __init__.py | ||
| config.py | ||
| license_plate_recognizer.py | ||
| main.py | ||
| model.py | ||
| requirements.txt | ||
| train_crnn.ipynb | ||
README.md
number-plate
.