--- 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](https://github.com/Nkluge-correa/TeenyTinyCastle), an open-source repository containing educational tools for AI Ethics and Safety research. ## How to Use ```python from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("AiresPucrs/digit-classifier") ```