Instructions to use mvaloatto/bald-or-not with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mvaloatto/bald-or-not with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="mvaloatto/bald-or-not") 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("mvaloatto/bald-or-not") model = AutoModelForImageClassification.from_pretrained("mvaloatto/bald-or-not") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- f7e8642f2ab3d0896be41459a756b9a29706d973a1b90eff76b9149c6afa6474
- Size of remote file:
- 343 MB
- SHA256:
- 7296596cc3706b1c6d2a0c3ab67f7a8ba9fde32ce76a94fa352311ce9b58b5bf
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.