Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Vehicles Dataset

A lightweight image classification dataset of vehicle categories hosted on the Hugging Face Hub. It contains:

  • ~5,590 images across various vehicle types
  • 7 class labels (e.g., Cars, Bikes, Planes, Trains, Ships, Auto Rickshaws, Motorcycles)
  • Single training split for exploration and model benchmarking
  • Public domain license (CC0-1.0)
  • Easy to load with the Hugging Face Datasets library

Load in Python

from datasets import load_dataset

ds = load_dataset("AIOmarRehan/Vehicles")
print(ds["train"].features)

This dataset is ideal for:

  • Evaluating model generalization
  • Benchmarking PyTorch architectures
  • Practicing image preprocessing and augmentation
Downloads last month
30

Models trained or fine-tuned on AIOmarRehan/Vehicles

Space using AIOmarRehan/Vehicles 1