Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk:
|
| 7 |
-
sdk_version:
|
| 8 |
-
app_file:
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
|
@@ -22,4 +22,4 @@ The model used is YOLOv5, and the interface allows users to upload an image of c
|
|
| 22 |
### Features:
|
| 23 |
- Upload an image of cocoa beans.
|
| 24 |
- Classify fermentation levels using YOLOv5.
|
| 25 |
-
- View the detected objects in the processed image.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Fermentation Level Classification for Cocoa Beans
|
| 3 |
+
emoji: 馃崼
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 4.44.0
|
| 8 |
+
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
|
|
|
| 22 |
### Features:
|
| 23 |
- Upload an image of cocoa beans.
|
| 24 |
- Classify fermentation levels using YOLOv5.
|
| 25 |
+
- View the detected objects in the processed image.
|