Dataset Viewer
Auto-converted to Parquet
Search is not available for this dataset
image
image
label
class label
00000419b-0bba-4488-8f7a-6194544ce91e
10000579f-7b35-4ed3-b44c-db2a538066fe
200006596-1166-4a79-8443-ca9f82e6db4e
300009878-d086-46f0-a964-15734d8368ac
40000a54c-a511-4925-92dc-01b937f9afad
50000cd57-91fe-411f-b798-646e965eec37
600011897-9c8b-482f-8d64-9f2cd8403b6a
700012bd8-ed68-4978-a22d-f450c8a6e048
800014127-a9d2-4e01-ae79-2349e8989793
90001680b-82ac-48aa-9416-f97cacc745ef
1000016ed1-6ab0-4174-b41e-54ee05ce0edf
1100017e6d-bf93-4dcf-8751-f50aba77e2d2
12000196f0-5b56-4e32-b4d5-fbcca8669308
130001a00b-f4d0-477c-a9a1-b3227822dcbf
140001a521-655c-432f-9f52-1c199b792f68
150001b119-a224-4d24-879c-aeb2cc9861af
160001b4a6-10bf-4bdd-a9da-fe78d9d39a82
170001b986-ca94-462e-9630-553ae5dfb6e8
180001c639-8bd0-426f-89cb-4ca61f3cc054
190001cbd0-e8c5-47ca-97b2-2984276366c4

Magic: The Gathering Card Dataset

This dataset contains high-quality images of Magic: The Gathering cards, processed and formatted for machine learning tasks. The images are standardized to 298x298 pixels in JPG format with consistent black backgrounds.

Dataset Structure

The dataset is split into three parts:

  • Training set
  • Test set (3% of images)
  • Validation set (1% of images)

Each image is labeled with its unique Scryfall ID, which can be used to fetch additional card information from the Scryfall API.

Available Card Data

Card Data Status
Oracle Cards Added
Unique Artwork Added
Default Cards Added
All Cards Added

Image Specifications

  • Resolution: 298x298 pixels
  • Format: JPG
  • Background: Black
  • Aspect Ratio: Preserved with centered placement

Usage

You can load the dataset using the Hugging Face datasets library:

from datasets import load_dataset

dataset = load_dataset("acidtib/tcg-magic-cards")

Creation Tool

This dataset was created using ojo-fetch-magic, a Rust-based tool for fetching and processing Magic: The Gathering card images.

Acknowledgments

  • Card data and images provided by Scryfall API
  • Magic: The Gathering is owned by Wizards of the Coast
Downloads last month
535