GBA Authenticity Label Checker

A YOLOv8-based computer vision project to classify likely real vs fake Game Boy Advance game labels from listing photos.

2023ML and data pipeline developerArchived

Helped identify likely real vs fake game labels from photos and metadata.

GBA Authenticity Label Checker

This project focused on authenticity checks for Game Boy Advance cartridges. The goal was to reduce guesswork by turning common collector checks into a repeatable machine-learning workflow.

The pipeline started with dataset gathering from listing photos, followed by cleaning and relabeling passes to remove noisy examples and standardize classes. I then trained and iterated on a YOLOv8 model for label recognition and authenticity classification.

One technical challenge was inconsistent source imagery. Cropping differences, compression artifacts, and poor lighting made class boundaries fuzzy, so data cleaning and class balancing were critical before training delivered stable results.

A concrete result was a faster first-pass review process: the model could flag likely fake listings earlier, reducing manual back-and-forth before deciding whether a listing needed deeper inspection.