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