Instructions to use Chuckame/deep-image-orientation-angle-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use Chuckame/deep-image-orientation-angle-detection with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("Chuckame/deep-image-orientation-angle-detection") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,6 @@ language:
|
|
| 4 |
- en
|
| 5 |
base_model:
|
| 6 |
- google/vit-base-patch16-224
|
| 7 |
-
---
|
|
|
|
|
|
|
|
|
| 4 |
- en
|
| 5 |
base_model:
|
| 6 |
- google/vit-base-patch16-224
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
Credits: This is the work coming from https://github.com/pidahbus/deep-image-orientation-angle-detection. I just took his weights snapshot and converted it to ONNX for better integration.
|