Commit Graph

4 Commits

Author SHA1 Message Date
itqop 13898eda38 feat: add static-test.ipynb and img folder with test images
- Added `static-test.ipynb`, a Jupyter Notebook for testing the license plate recognition system on static images. The notebook demonstrates:
  - Loading and preprocessing of test images.
  - Inference using the YOLO and CRNN models.
  - Visualization of detection results.

- Added the `img` folder containing test images of vehicles with license plates for validation and demonstration purposes.

These additions provide a comprehensive framework for testing and showcasing the system's capabilities on pre-captured images.
2025-01-15 05:46:33 +03:00
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
itqop a4e6544db1 Initial commit: Add complete project files to the repository 2025-01-15 05:14:27 +03:00
itqop 74a8baefc9 Initial commit 2025-01-15 02:43:04 +01:00