Instructions to use varun3dec/ImageClassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use varun3dec/ImageClassifier with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("varun3dec/ImageClassifier") - Notebooks
- Google Colab
- Kaggle
File size: 161 Bytes
7d6fa59 | 1 2 3 4 | [build-system]
requires = ["setuptools>=40.8.0", "wheel", "python=3.7.13", "fastai=2.7.9", "fastcore=1.5.22"]
build-backend = "setuptools.build_meta:__legacy__"
|