Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/splithor1zon/license-plate-detection-recognition
License plate recognition using CNN. Experimental project.
https://github.com/splithor1zon/license-plate-detection-recognition
license-plate license-plate-detection license-plate-recognition
Last synced: 26 days ago
JSON representation
License plate recognition using CNN. Experimental project.
- Host: GitHub
- URL: https://github.com/splithor1zon/license-plate-detection-recognition
- Owner: splithor1zon
- Created: 2024-07-29T17:52:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T17:13:12.000Z (5 months ago)
- Last Synced: 2024-08-01T19:19:13.021Z (5 months ago)
- Topics: license-plate, license-plate-detection, license-plate-recognition
- Language: Jupyter Notebook
- Homepage:
- Size: 12.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*Accepting suggestions, just create a new issue.* 🤝
# Vehicle License Plate Recognition Using Convolutional Neural Network
- [Jupyter Notebook](./code/Final.ipynb)
- [Report](./report/report.pdf)
- [Presentation with notes](./presentation/presentation.pdf)## About The Project
This work illustrates a design and development of an efficient Automatic number plate recognition system (ANPR), using image processing and deep learning techniques. The work focuses on the deep learning SSD MobNet model, which will be used to detect the number plate of the vehicle. We utilized two different sequential convolutional neural networks that are smart enough to recognize plates characters. Moreover, it is shown that with variations of pretrained architectures, one can obtain the desired trade-off between complexity and accuracy, and SSD MobeNet v2 and a simple CNN model can obtain the desired results with satisfying cost and accuracy.
## Datasets
In this work, we utilized two publicly available datasets from Kaggle.
- [dataset for detection](https://www.kaggle.com/datasets/andrewmvd/car-plate-detection)
- [dataset for recognition]( https://www.kaggle.com/datasets/sarthakvajpayee/ai-indian-license-plate-recognition-data)## Installations
All installation instructions for libraries are in the code notebook. You can use Jupyter Notebook.
## Acknowledgments
This project was inspired by [RealTime Object Detection](https://github.com/nicknochnack/RealTimeObjectDetection) and [AI based indian license plate detection]( https://github.com/SarthakV7/AI-based-indian-license-plate-detection)