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