-
License Plate Detection
- Deep Learning Model (Inception-ResNet-v2)
- For real time license plate detection (YOLOv8)
-
Text Extraction from License Plate
- Google Tesseract (Optical Character Recognition)
- Text shouldn't have any kind of skewness.
- Text shouldn't be of low resolutions.
- Text shouldn't be cursive.
- Text shouldn't have any kind of effects.
- Proper Image Preprocessing using OpenCV, scikit-learn, keras.
- Build own OCR model.