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