Datasets:
File size: 1,121 Bytes
22f37d0 7d8eaa0 6d7d919 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | ---
dataset_info:
features:
- name: image
dtype: image
- name: response
dtype: string
splits:
- name: train
num_bytes: 41407347
num_examples: 228
download_size: 41405508
dataset_size: 41407347
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: apache-2.0
task_categories:
- image-to-text
language:
- en
size_categories:
- n<1K
---
# **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 |