Skip to content

Commit

Permalink
add demos readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdbourke committed Aug 11, 2022
1 parent f282490 commit 8ef74f6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions demos/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# FoodVision Demos
The `.zip` files contained in this folder contain the files for creating the FoodVision Mini and FoodVision Big demos.

The code to create these can be found in 09. PyTorch Model Deployment.

Each `.zip` folder contains:
* `model.py` - a file defining the model architecture used for the demo.
* `app.py` - a file defining the Gradio demo application.
* `*.pth` - a trained PyTorch model file with the same architecture as in `model.py`.
* `requirements.txt` - a list of required packages for deploying the app.

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

| **App** | **What does it do?** | **Live demo** | **See files** | **Download files** |
| ----- | ----- | ----- | ----- | ----- |
| 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) |
| 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) |

0 comments on commit 8ef74f6

Please sign in to comment.