Instructions to use prithivMLmods/SAT-Landforms-Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/SAT-Landforms-Classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/SAT-Landforms-Classifier") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("prithivMLmods/SAT-Landforms-Classifier") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/SAT-Landforms-Classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 40048e9eb636eb5261669c6eb3c7b9bc4456885151e1381f9bf94e1f8ddd1cd7
- Size of remote file:
- 687 MB
- SHA256:
- ae634d67330953b07daaf8590fbdf7e83d86e7e1c80acd1f4de9e19b5f74eff4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.