Instructions to use Rajaram1996/FacialEmoRecog with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Rajaram1996/FacialEmoRecog with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Rajaram1996/FacialEmoRecog") 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("Rajaram1996/FacialEmoRecog") model = AutoModelForImageClassification.from_pretrained("Rajaram1996/FacialEmoRecog") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 059c5f2
Rajaram Sivaramakrishnan commited on
Update README.md 80b6bff
Rajaram Sivaramakrishnan commited on
Update README.md f322203
Rajaram Sivaramakrishnan commited on
Update README.md db6e4dc
Rajaram Sivaramakrishnan commited on
Update README.md 0bb7158
Rajaram Sivaramakrishnan commited on
Update config.json cd03909
Rajaram Sivaramakrishnan commited on
Update README.md 7e81b3d
Rajaram Sivaramakrishnan commited on
Update README.md 3f029b8
Rajaram Sivaramakrishnan commited on
Update README.md 249f72f
Rajaram Sivaramakrishnan commited on
Update README.md 2cfcca2
Rajaram Sivaramakrishnan commited on
Update README.md d1d74bf
Rajaram Sivaramakrishnan commited on
Update README.md 7fa93e5
Rajaram Sivaramakrishnan commited on
Update README.md ada944f
Rajaram Sivaramakrishnan commited on
Update README.md e3093af
Rajaram Sivaramakrishnan commited on
commit files to HF hub be2a634
Delete .gitattributes 2ce5244
Rajaram Sivaramakrishnan commited on
Delete pytorch_model.bin 239555c
Rajaram Sivaramakrishnan commited on
Delete README.md c910c22
Rajaram Sivaramakrishnan commited on
Delete config.json 5c3976d
Rajaram Sivaramakrishnan commited on
Delete preprocessor_config.json 92932a3
Rajaram Sivaramakrishnan commited on
commit files to HF hub 4f1c949
Delete .gitattributes c13c4d0
Rajaram Sivaramakrishnan commited on
Delete lit_model.ckpt b12e7a4
Rajaram Sivaramakrishnan commited on
Add/Update Model b68084a
Rajaram Sivaramakrishnan commited on