Spaces:
Sleeping
Sleeping
beautification
Browse files
app.py
CHANGED
@@ -58,7 +58,6 @@ def predict(img) -> Tuple[Dict, float]:
|
|
58 |
# Create title, description and article strings
|
59 |
title = r"FoodVision Mini πππ₯"
|
60 |
description = """
|
61 |
-
# FoodVision Mini
|
62 |
|
63 |
FoodVision Mini is a hands-on project inspired by Daniel Bourke's PyTorch tutorial series, focusing on food image classification. Throughout this project, I developed essential skills in **deep learning**, particularly in utilizing **transfer learning** techniques with the **EfficientNetB2** architecture to optimize model performance.
|
64 |
|
|
|
58 |
# Create title, description and article strings
|
59 |
title = r"FoodVision Mini πππ₯"
|
60 |
description = """
|
|
|
61 |
|
62 |
FoodVision Mini is a hands-on project inspired by Daniel Bourke's PyTorch tutorial series, focusing on food image classification. Throughout this project, I developed essential skills in **deep learning**, particularly in utilizing **transfer learning** techniques with the **EfficientNetB2** architecture to optimize model performance.
|
63 |
|