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 ...
The running joke is that Raspberry Pis are cheaper than an actual raspberry pie. Although I wouldn’t pay $50 to $100 for a pie to eat, the idea is to provide a very capable computer, with a small ...
A simple sqlite queue with a SQL statement encapsulation. A convenient solution of sqlite concurrency. SqliteQueue maintains a queue of sqlite query. Support peewee request. SqlQuery contains a simple ...