Snapshot identifies vehicles with or without a license plate present! See our full assessment of ALPR results.
1 2 3 4 |
# Get an image curl -o /tmp/car.jpg https://platerecognizer.com/static/demo.jpg # Call the API curl -F 'upload=@/tmp/car.jpg' -H 'Authorization: Token 123456' https://platerecognizer.com/v1/plate-reader |
1 2 3 4 5 6 7 |
{"filename": "car.jpg", "results": [{ "box": { "xmin": 12, "ymin": 84, "ymax": 168, "xmax": 380}, "plate": "123456", "score": 0.90 }] } |
Integrate with our ALPR API with a few lines of code on a variety of programming languages: Python, Javascript, Ruby, C#, etc.
Get an easy to use JSON response with the number plate value of the vehicle.
See examples of how to interface with our API on this ALPR Github project. You can call the API on all the files of a directory and analyze the frames of a video.
Upon vehicle detection, camera sends an image via FTP to Snapshot. Or, get ALPR with Axis and Meraki cameras.
Send images to our API Cloud or SDK.
Incorporate ALPR output into your app.
See Sample Plate Rec Code in 8 languages.
We’re pre-integrated with Blue Iris, Network Optix, Milestone and more! The integrations are cloud-based and/or on-premise.
Get ALPR up and running in under 60 minutes. Free Trial with no Credit Card required!
SDK Software is executed on a Docker Container.
Plate Recognizer Snapshot is priced as a subscription fee based on # Lookups per month.
Take advantage of our Free Trial and start today!
Inference Speed (ms) | Fast Mode | Regular Mode |
---|---|---|
n2-standard-8 (8 vCPUs, 32 GB RAM) | 21 | 41 |
n1-standard-4 (4 vCPUs, 15 GB RAM), 1 x NVIDIA Tesla T4 | 24 | 44 |
c2-standard-4 (4 vCPUs, 16 GB RAM) | 30 | 58 |
n2-standard-4 (4 vCPUs, 16 GB RAM) | 33 | 64 |
Intel Core i7-8550U CPU @ 1.80GHz | 33 | 55 |
n1-standard-4 (4 vCPUs, 15 GB RAM) | 47 | 94 |
n2-standard-2 (2 vCPUs, 8 GB RAM) | 58 | 108 |
e2-standard-2 (2 vCPUs, 8 GB RAM) | 77 | 145 |
LattePanda Alpha | 119 | 170 |
Nvidia Jetson Nano | 250 | 300 |
LattePanda V1 | 875 | 1250 |
Raspberry Pi 3/4 | 1000 | 1300 |
* Speeds based on HD Image size (1280 x 720). Fast Mode can be used in situations where vehicle size is at least 10% of image size. Otherwise, Regular Mode is recommended. For details, go to our GitHub page on ALPR Speeds.
Let us know and we’d be happy to assist.
© 2023 Plate Recognizer, a subsidiary of ParkPow, Inc. All rights reserved.
Made with ❤ from Silicon Valley & Budapest.