Skip to content

Commit 8f8495f

Browse files
committed
Add link to live demo on Hugging Face
1 parent b2b5b4d commit 8f8495f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
**A reproducible, end-to-end PyTorch pipeline for Food101 image classification.**
44
Supports local development, SageMaker training, flexible dataset prep, Weights & Biases, and is ready for deployment through Gradio.
5+
A hosted demo is available on Hugging Face Spaces: [Food101 End-to-End Classifier](https://huggingface.co/spaces/codinglabsong/food101-end2end-classifier-sagemaker-gradio).
56

67
## Features
78
- EfficientNet-B2 transfer learning (feature extraction + fine-tuning)
@@ -119,6 +120,7 @@ This project includes an interactive Gradio app for making predictions with the
119120
- `output/model.pth`
120121
- *(optional)* an `examples/` folder with sample images for the Gradio UI
121122
3. Commit and push to the Space. Hugging Face will build and launch the app.
123+
4. View the hosted demo: [Food101 End-to-End Classifier](https://huggingface.co/spaces/codinglabsong/food101-end2end-classifier-sagemaker-gradio)
122124

123125

124126
## Requirements

0 commit comments

Comments
 (0)