CoolFace
Datasetpublic

prithivMLmods/Number-Plate-Recognition

Number-Plate-Recognition A lightweight dataset for automatic number plate recognition (ANPR). Each sample contains a vehicle image paired with the vehicle color and the corresponding license plate number in a standardized JSON format. Features Vehicle images Vehicle color annotation License plate text (OCR) JSON formatted labels Suitable for OCR and vision-language model training Label Format { "vehicle_color": "black", "license_plate_number":… See the full description on the dataset page: https://huggingface.co/datasets/prithivMLmods/Number-Plate-Recognition.

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
1likes40downloads
Dataset Card

Number-Plate-Recognition

A lightweight dataset for automatic number plate recognition (ANPR). Each sample contains a vehicle image paired with the vehicle color and the corresponding license plate number in a standardized JSON format.

Features

  • —Vehicle images
  • —Vehicle color annotation
  • —License plate text (OCR)
  • —JSON formatted labels
  • —Suitable for OCR and vision-language model training

Label Format

json
{
  "vehicle_color": "black",
  "license_plate_number": "77-ZFK-8"
}

Use Cases

  • —Automatic Number Plate Recognition (ANPR)
  • —OCR model training and evaluation
  • —Vision-language model fine-tuning
  • —Vehicle attribute extraction
  • —Multimodal benchmarking

License

Apache-2.0