Instructions to use steven123/teeth_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use steven123/teeth_test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="steven123/teeth_test") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("steven123/teeth_test") model = AutoModelForImageClassification.from_pretrained("steven123/teeth_test") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
7622a56 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ad5ef0bfb36e5da606372772362621a31eab2742695e7b80348672b0835c6ac5
size 343267249
|