Best Flask open-source libraries and packages

ALPR system

Automatic Number Plate Recognition (ALPR) is a technology that process images or a video stream in order to extract numbers from a veicle's license plate to check it in database and give acess or not at entry gate.
Updated 2 months ago

ALPR-system

Automatic Number Plate Recognition (ALPR) is a technology that process images or a video stream in order to extract numbers from a veicle's license plate to check it in database and give acess or not at entry gate.

Application work on 3.10 version and specifically tested under 3.10.13

How it works

You start server and open a main page via any browser

content

Press button on the top and select any image or choose one from test-images folder

The server process everything and show the output

content

Building process (on Mac):

Install python

brew install python@3.10

Make a clone of repository

git clone url
cd ALPR-system
python -m venv .venv
source .venv/bin/activate

Install dependencies

pip install opencv-python ultralytics easyocr Flask
flask --app main run

In order to turn off a local server press the combination of keys control + c Deactivate virtual enviroment

deactivate
Tags stream
Package Tags