Image Classification
Transformers
PyTorch
Safetensors
convnext
Generated from Trainer
Eval Results (legacy)
Instructions to use davanstrien/convnext_flyswot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use davanstrien/convnext_flyswot with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="davanstrien/convnext_flyswot") 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("davanstrien/convnext_flyswot") model = AutoModelForImageClassification.from_pretrained("davanstrien/convnext_flyswot") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d535357 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:edc8583f5c67ac95da25bab20223e070b0a83c3c71b20eaacf09066969c30234
size 3055
|