License Plate Recognition-Flutter
This solutions stands for ANPR/ALPR(Automatic Number/License Plate Recognition), LPR, vehicle number plate recognition, plate number reader, vehicle scanner, vehicle detection for mobile Fultter SDK.
Last updated
This solutions stands for ANPR/ALPR(Automatic Number/License Plate Recognition), LPR, vehicle number plate recognition, plate number reader, vehicle scanner, vehicle detection for mobile Fultter SDK.
Last updated
KBY-AI
's LPR
solutions utilize artificial intelligence and machine learning to greatly surpass legacy solutions. Now, in real-time, users can receive a vehicle's license plate number
.
Automatic license-plate recognition (ALPR)
is a technology that uses OCR(optical character recognition)
on images to read vehicle registration plates
. It can use existing closed-circuit television, road-rule enforcement cameras, or cameras specifically designed for the task. ALPR
can be used by police forces around the world for law enforcement purposes, including to check if a vehicle is registered or licensed. It is also used for electronic toll collection on pay-per-use
roads and as a method of cataloguing the movements of traffic, for example by highways agencies.
We offer lifetime license(perpetual license)
based on application ID
for Android
. and bundle ID
for iOS
. The license is available for one-time payment
. In other words, once you purchase license from me, you can use our SDK
permanently.
To request a license, please contact us:
Email: contact@kby-ai.com
Try to build this repo to make sure that SDK works fine by linking real Android
phone, not simulator
. Once it works fine, you are ready to integrate our SDK to your project.
Run the following commands:
1.1 Setting Up ALPR SDK
Android
Copy the SDK(folder libttvalpr
) to the folder android
in your project.
Add SDK to the project in settings.gradle
.
1.2 Setting Up ALPR SDK Plugin
Copy the folder alprsdk_plugin
to the root
folder of your project.
Add the dependency in your pubspec.yaml
file.
Import the alprsdk_plugin
package.
2.1 ALPRsdk Plugin
Activate the AlprsdkPlugin
by calling the setActivation
method:
Initialize the AlprsdkPlugin
:
Extract plates using the extractFaces
method:
Make sure you have Flutter
installed.
This repo has been built with Flutter version 3.22.3
.
If you don't get Flutter
installed, please follow the instructions provided in the official Flutter
documentation .
If you plan to run the iOS app, please refer to the following for detailed instructions.