This is a tensorflow SSD based object detection model that take car image as input and return the coordinate of the bounding boxes across the number plate of the car. After detecting the number plate will crop the number plate image using the cordinate and open-cv, then after that image is feed to OCR api that returns the number plate data.
- API
- Webpage
First run the server after server started the go to webpage folder and open index.html in browser for this UI
# Create enivornment using python pipvenv or conda then install all required file
pip install -r requirements.txt
# To run the server follow the below command
python rest-server.py
# Now go inside webpage folder and open index.html file for the demo or you can used postman
👤 Manikant Kumar
- Website: https://devil-cyber.github.io/CodingSpace/
- Github: @devil-cyber
Give a ⭐️ if this project helped you!