Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sanjinkurelic/flaskalpr
- Owner: SanjinKurelic
- License: mit
- Created: 2020-12-06T15:58:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T21:53:53.000Z (over 2 years ago)
- Last Synced: 2023-10-17T10:00:56.859Z (about 1 year ago)
- Topics: alpr, flask, flask-sqlalchemy, imutils, numpy, opencv, opencv-python, pytesseract, pytesseract-ocr, python-dateutil, python-ocr, sqlalchemy, sqlite-python, sqlite3, tesseract, tesseract-ocr
- Language: Python
- Homepage:
- Size: 213 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE