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