Instructions to use imessam/OrientationClassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use imessam/OrientationClassifier with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("imessam/OrientationClassifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| # Orientation Classifier | |
| --- | |
| language: | |
| - en | |
| tags: | |
| - image-classification | |
| license: apache-2.0 | |
| datasets: | |
| - cifar10 | |
| metrics: | |
| - accuracy | |
| - f1 | |
| --- | |