This repository contains a sample Node.js / TypeScript application that demonstrates how to use Tolling Vision — a Dockerized AI-powered service for tolling companies. Tolling Vision extracts valuable information from vehicle images or image sequences, including:
- ANPR/ALPR – Automatic Number Plate Recognition
- MMR – Make and Model Recognition
- ADR – Dangerous Goods Sign Recognition
Tolling Vision is highly scalable and integrates easily into existing systems via gRPC. For integration guidance, visit the How to use Tolling Vision tutorial.
This sample specifically demonstrates usage of the search
function of the TollingVisionService
, ideal for simpler analysis workflows where a single image is used to detect a license plate and extract MMR information.
Ensure the following are installed:
- Node.js (v12.0.0 or later)
- npm (v6.0.0 or later)
git clone https://github.com/smartcloudsol/tollingvision-nodejs-sample.git
cd tollingvision-nodejs-sample
npm install
npm run build
npm run dev
Once the application is running, open your browser and navigate to the Demo page (e.g., http://localhost:3000
) to test image upload and analysis.
This project is provided for demonstration purposes.
Licensed under the MIT License.