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