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