Real-time recognition
Sub-40ms inference per frame at the edge. Plates are read, matched and actioned before the bumper crosses the line.
ANPR · ALPR · LPR — Real-time plate intelligence
Wyom turns any camera into a precision Automatic Number Plate Recognition system — 99.7% accuracy, 140+ countries, edge or cloud. Built for parking, tolling, security and smart cities.
Powering plate intelligence for
Product
From a single camera at a gate to 10,000 lanes across a continent — one platform, edge to cloud.
Sub-40ms inference per frame at the edge. Plates are read, matched and actioned before the bumper crosses the line.
EU, US, UK, GCC, APAC and more — reflective, embossed, two-line and motorcycle plates handled natively.
ONVIF/RTSP compatible. Run Wyom on your existing cameras or deploy our IP67-rated edge units with on-device OCR.
Match against watchlists, VIP lists and permit databases in real time with webhook, SMS and dashboard alerts.
Make, model, color, direction, dwell time and traffic heatmaps — GDPR-compliant with automatic face & plate blurring.
REST and WebSocket APIs, SDKs for Python, Node and Go, and a sandbox playground. Ship an integration in an afternoon.
How it works
Any camera streams frames to Wyom over RTSP, or our edge units process video on-device with zero bandwidth cost.
Deep-learning detection finds the plate region; a dedicated OCR head reads characters with per-character confidence scoring.
Results match against your lists and trigger gates, barriers, alerts, billing events or analytics pipelines — instantly.
Simulation
Type a plate — or roll the dice — and see a simulated live recognition event end-to-end.
Letters and digits only — simulates an in-the-wild capture.
Developers
One REST call. Plate text, bounding box, per-character confidence and vehicle attributes back in ~40ms.
# Recognize a plate from an image
curl -X POST https://parking.wyom.in/ocr \
-H "Authorization: Bearer wy_live_••••••••" \
-F "image=@capture.jpg"
from wyom import WyomClient
client = WyomClient(api_key="wy_live_...")
result = client.plates.recognize("capture.jpg")
print(result.plate) # "UAE Dubai A 42352"
print(result.confidence) # 0.994
import { Wyom } from "@wyom/sdk";
const wyom = new Wyom({ apiKey: "wy_live_..." });
const { plate, confidence } = await wyom.plates.recognize("capture.jpg");
# Stream frames, receive events
wscat -c wss://stream.wyom.in/v1/live \
-H "Authorization: Bearer wy_live_..."
# → {"plate":"UAE Dubai A 42352,"confidence":0.994,
# "camera":"cam-04","direction":"in"}
{
"plate": "UAE Dubai A 42352",
"confidence": 0.994,
"details": { "region": "Dubai", "code": "A", "country": "UAE" },
"box": { "x": 512, "y": 388, "w": 214, "h": 54 },
"vehicle": { "type": "sedan", "color": "silver", "model": "Nissan Patrol" },
"latency_ms": 38
}
Pricing
Start free. Scale to billions of recognitions. No per-camera lock-in.
$0/mo
$49/mo
Custom
About Wyom
Founded in 2026 by computer-vision researchers, Wyom started as a parking-gate hackathon project. Today our models read 2.4 billion plates a year across 140 countries — for tolling operators, city governments, logistics fleets and security teams who can't afford to guess.
We train on consented, privacy-safe datasets, blur faces by default, and ship models small enough to run on a $60 edge device. Recognition you can trust, infrastructure you can own.
FAQ
Automatic Number Plate Recognition (also ALPR or LPR) uses computer vision and OCR to detect and read vehicle license plates from images or video in real time — powering parking, tolling, security and traffic analytics.
99.7% character-level accuracy across 140+ countries, including reflective, damaged, angled and low-light plates. Every read carries per-character confidence so you can set your own thresholds.
Yes — Wyom connects to any ONVIF/RTSP camera. We also offer IP67-rated edge AI cameras with on-device processing when you need zero-bandwidth operation.
The Developer plan is free forever with 1,000 recognitions per month — no credit card required. Paid plans include a 14-day trial.
Face and plate blurring is on by default, retention windows are configurable per deployment, and Enterprise supports fully air-gapped on-prem installs with no external calls.
Contact
Tell us about your deployment — parking, tolling, security, smart city — and we'll get back within one business day.