Instructions to use RamyKhorshed/Lesson2FastAi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use RamyKhorshed/Lesson2FastAi with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("RamyKhorshed/Lesson2FastAi") - Notebooks
- Google Colab
- Kaggle
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
fastai
|
| 2 |
-
torch
|
| 3 |
gradio
|
| 4 |
-
|
|
|
|
|
|
| 1 |
fastai
|
|
|
|
| 2 |
gradio
|
| 3 |
+
torch
|
| 4 |
+
pillow
|