Instructions to use crrodrvi/intel-image-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use crrodrvi/intel-image-classification with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("crrodrvi/intel-image-classification") - Notebooks
- Google Colab
- Kaggle
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
toml
|
|
|
|
| 2 |
fastai
|
|
|
|
| 1 |
toml
|
| 2 |
+
sdk_version: 3.18.0
|
| 3 |
fastai
|