Resnet34 Pokemon Card Classifier

Model Description

This is a resnet34 model fine-tuned with fastai to classify real and fake Pokemon cards (dataset).

Here is a colab notebook that shows how the model was trained and pushed to the hub: link.

Intended uses & limitation

This model is trained to identify real vs fake cards based on the backs of the cards, not the front.

How to use

from huggingface_hub import from_pretrained_fastai

# Pull model from hub
learn = from_pretrained_fastai('hugginglearners/pokemon-card-checker')

# Get prediction for this image
pred_label, _, scores = learn.predict(img)

Training data

Dataset located here: link.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no pipeline_tag.

Space using mindwrapped/pokemon-card-checker 1