Instructions to use nnaatt/danbooru-effnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nnaatt/danbooru-effnet with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="nnaatt/danbooru-effnet") 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("nnaatt/danbooru-effnet") model = AutoModelForImageClassification.from_pretrained("nnaatt/danbooru-effnet") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2849120 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8433e8bb87fff47e3fd99403e2e2d1157eb0d70d62e8a4b3171b6fb07f9517a5
size 4155
|