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 +4 -0
requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastai
|
| 2 |
+
torch
|
| 3 |
+
gradio
|
| 4 |
+
pillow
|