Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanjinkurelic/flaskalpr

Flask ALPR is a web service for automatic license plate recognition (ALPR). The web service is written in Python using Flask for REST API and OpenCV with PyTesseract for plate recognition. The service offers two REST API-s, one for checking if licence plate is detected and one for detecting licence plate from camera image. All detected licence plates are automatically stored in a SQLite database using the SQLAlchemy library.
https://github.com/sanjinkurelic/flaskalpr

alpr flask flask-sqlalchemy imutils numpy opencv opencv-python pytesseract pytesseract-ocr python-dateutil python-ocr sqlalchemy sqlite-python sqlite3 tesseract tesseract-ocr

Last synced: 2 days ago
JSON representation

Flask ALPR is a web service for automatic license plate recognition (ALPR). The web service is written in Python using Flask for REST API and OpenCV with PyTesseract for plate recognition. The service offers two REST API-s, one for checking if licence plate is detected and one for detecting licence plate from camera image. All detected licence plates are automatically stored in a SQLite database using the SQLAlchemy library.

Awesome Lists containing this project