Skip to content

Commit 779a147

Browse files
committed
update readme
1 parent ca616e6 commit 779a147

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

demos/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# FoodVision Demos
22
The `.zip` files contained in this folder contain the files for creating the FoodVision Mini and FoodVision Big demos.
33

4-
The code to create these can be found in 09. PyTorch Model Deployment.
4+
The code to create these can be found in [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/).
55

66
Each `.zip` folder contains:
77
* `model.py` - a file defining the model architecture used for the demo.
88
* `app.py` - a file defining the Gradio demo application.
99
* `*.pth` - a trained PyTorch model file with the same architecture as in `model.py`.
1010
* `requirements.txt` - a list of required packages for deploying the app.
11+
* `examples/` - a folder containing various image examples to try with the demo.
1112

1213
You can see a deployed version of each demo on HuggingFace Spaces:
1314

1415
| **App** | **What does it do?** | **Live demo** | **See files** | **Download files** |
1516
| ----- | ----- | ----- | ----- | ----- |
16-
| FoodVision Mini 🍕🥩🍣 | Classifies an image of food into pizza, steak or sushi. | [Demo](https://huggingface.co/spaces/mrdbourke/foodvision_mini) | [Files](https://huggingface.co/spaces/mrdbourke/foodvision_mini/tree/main) | [Download `foodvision_mini.zip`](https://github.com/mrdbourke/pytorch-deep-learning/raw/main/demos/foodvision_mini.zip) |
17-
| FoodVision Big 🍔👁💪 | Classifies an image of food into 101 different food classes from the Food101 dataset. | [Demo](https://huggingface.co/spaces/mrdbourke/foodvision_big/) | [Files](https://huggingface.co/spaces/mrdbourke/foodvision_big/tree/main) | [Download `foodvision_big.zip`](https://github.com/mrdbourke/pytorch-deep-learning/raw/main/demos/foodvision_big.zip) |
17+
| FoodVision Mini | Classifies an image of food into pizza 🍕, steak 🥩 or sushi 🍣. | [Demo](https://huggingface.co/spaces/mrdbourke/foodvision_mini) | [Files](https://huggingface.co/spaces/mrdbourke/foodvision_mini/tree/main) | [Download `foodvision_mini.zip`](https://github.com/mrdbourke/pytorch-deep-learning/raw/main/demos/foodvision_mini.zip) |
18+
| FoodVision Big 💪 | Classifies an image of food into 101 different food classes from the Food101 dataset. | [Demo](https://huggingface.co/spaces/mrdbourke/foodvision_big/) | [Files](https://huggingface.co/spaces/mrdbourke/foodvision_big/tree/main) | [Download `foodvision_big.zip`](https://github.com/mrdbourke/pytorch-deep-learning/raw/main/demos/foodvision_big.zip) |
1819

0 commit comments

Comments
 (0)