Instructions to use Schmucas/horse_jump_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use Schmucas/horse_jump_model with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("Schmucas/horse_jump_model") - Notebooks
- Google Colab
- Kaggle
This Model was created as part of the fastai online course and is the resnet18 model, finetuned with horse pictures of jumping and walking horses.
You can upload a picture and the model recognizes whether the horse in the picture is jumping or running.