Instructions to use SeyedAli/Remote-Sensing-UAV-image-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SeyedAli/Remote-Sensing-UAV-image-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="SeyedAli/Remote-Sensing-UAV-image-classification") 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("SeyedAli/Remote-Sensing-UAV-image-classification") model = AutoModelForImageClassification.from_pretrained("SeyedAli/Remote-Sensing-UAV-image-classification") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f5f6a25 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0aba89a8a6a87a7e39c00b1530c7d0d9b8e55c1e3d5f6772e893b7b01aaca8e9
size 4600
|