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") 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:
- 32e93a3ddf48f0f196138044109cf2446db454a952dc780b7c2431180aaaea01
- Size of remote file:
- 3.96 kB
- SHA256:
- 85463d7d84b03e4212ae233b282fabec45cb6a1e2359262b5c51e8ef6fd75f77
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.