fully-app first commit
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ example_list = [[str(filepath)] for filepath in test_data_paths]
|
|
71 |
# print(f"Prediction time: {pred_time}")
|
72 |
|
73 |
title = "FoodVision ππ₯©π£"
|
74 |
-
description = "An EfficientNetB2 feature extractor computer vision model to classify images of food
|
75 |
article = "Created at [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
|
76 |
|
77 |
|
|
|
71 |
# print(f"Prediction time: {pred_time}")
|
72 |
|
73 |
title = "FoodVision ππ₯©π£"
|
74 |
+
description = "An EfficientNetB2 feature extractor computer vision model to classify images of food in 101 different classes."
|
75 |
article = "Created at [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
|
76 |
|
77 |
|