Instructions to use mipedro1/emotion-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use mipedro1/emotion-classifier with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("mipedro1/emotion-classifier") - Notebooks
- Google Colab
- Kaggle
File size: 163 Bytes
d375306 | 1 2 3 4 | [build-system]
requires = ["setuptools>=40.8.0", "wheel", "python=3.12.13", "fastai=2.8.7", "fastcore=1.12.42"]
build-backend = "setuptools.build_meta:__legacy__"
|