Instructions to use ronka/postureDetection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ronka/postureDetection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ronka/postureDetection") 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("ronka/postureDetection") model = AutoModelForImageClassification.from_pretrained("ronka/postureDetection") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,8 +3,4 @@ datasets:
|
|
| 3 |
- ronka/postureDataset
|
| 4 |
library_name: transformers
|
| 5 |
---
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
gotta update this card later
|
| 9 |
-
|
| 10 |
-
figure out why i cant run it on vscode
|
|
|
|
| 3 |
- ronka/postureDataset
|
| 4 |
library_name: transformers
|
| 5 |
---
|
| 6 |
+
This is a fine tuned model of google/vit-base-patch16-224-in21k specifically for Posture Detection.
|
|
|
|
|
|
|
|
|
|
|
|