.
Go to file
itqop a21460ef16 feat: add train_crnn.ipynb for CRNN model training
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.
2025-01-15 05:45:32 +03:00
models Initial commit: Add complete project files to the repository 2025-01-15 05:14:27 +03:00
.gitignore Initial commit 2025-01-15 02:43:04 +01:00
LICENSE Initial commit 2025-01-15 02:43:04 +01:00
README.md Initial commit 2025-01-15 02:43:04 +01:00
__init__.py Initial commit: Add complete project files to the repository 2025-01-15 05:14:27 +03:00
config.py Initial commit: Add complete project files to the repository 2025-01-15 05:14:27 +03:00
license_plate_recognizer.py Initial commit: Add complete project files to the repository 2025-01-15 05:14:27 +03:00
main.py Initial commit: Add complete project files to the repository 2025-01-15 05:14:27 +03:00
model.py Initial commit: Add complete project files to the repository 2025-01-15 05:14:27 +03:00
requirements.txt Initial commit: Add complete project files to the repository 2025-01-15 05:14:27 +03:00
train_crnn.ipynb feat: add train_crnn.ipynb for CRNN model training 2025-01-15 05:45:32 +03:00

README.md

number-plate

.