Instructions to use Luna-Skywalker/corn_dtect with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use Luna-Skywalker/corn_dtect with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("Luna-Skywalker/corn_dtect") - timm
How to use Luna-Skywalker/corn_dtect with timm:
import timm model = timm.create_model("hf_hub:Luna-Skywalker/corn_dtect", pretrained=True) - Notebooks
- Google Colab
- Kaggle