Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,7 +51,7 @@ description = f"""
|
|
| 51 |
Determines what type of food is presented in a given image.
|
| 52 |
This model is capable of classifying [101 different types of food](https://github.com/RyanTietjen/Food-Classifier-pytorch-ver.-/blob/main/demo/class_names.txt) by
|
| 53 |
utilizing a [pre-trained Vision Transformer](https://pytorch.org/vision/stable/models/generated/torchvision.models.vit_b_16.html#torchvision.models.ViT_B_16_Weights),
|
| 54 |
-
and fine-tuning the results for specific food categories. You can find more information in [my GitHub repo](https://github.com/RyanTietjen/Food-Classifier-pytorch-ver.-)
|
| 55 |
This model achieved a Top-1 accuracy of 91.55% and a Top-5 accuracy of 98.56%
|
| 56 |
"""
|
| 57 |
|
|
|
|
| 51 |
Determines what type of food is presented in a given image.
|
| 52 |
This model is capable of classifying [101 different types of food](https://github.com/RyanTietjen/Food-Classifier-pytorch-ver.-/blob/main/demo/class_names.txt) by
|
| 53 |
utilizing a [pre-trained Vision Transformer](https://pytorch.org/vision/stable/models/generated/torchvision.models.vit_b_16.html#torchvision.models.ViT_B_16_Weights),
|
| 54 |
+
and fine-tuning the results for specific food categories. You can find more information in [my GitHub repo.](https://github.com/RyanTietjen/Food-Classifier-pytorch-ver.-)
|
| 55 |
This model achieved a Top-1 accuracy of 91.55% and a Top-5 accuracy of 98.56%
|
| 56 |
"""
|
| 57 |
|