digit-classifier / README.md
nicholasKluge's picture
Update README.md
48f8d85 verified
metadata
language:
  - en
library_name: tf-keras
license: apache-2.0
metrics:
  - accuracy
pipeline_tag: image-classification

Digit Classifier (Teeny-Tiny Castle)

This model is part of a tutorial tied to the Teeny-Tiny Castle, an open-source repository containing educational tools for AI Ethics and Safety research.

How to Use

from huggingface_hub import from_pretrained_keras

model = from_pretrained_keras("AiresPucrs/digit-classifier")