Update README.md
Browse files
README.md
CHANGED
|
@@ -1,19 +1,14 @@
|
|
| 1 |
-
# CowSense - Livestock Disease Detection
|
| 2 |
-
|
| 3 |
-
This is a YOLOv8 model hosted with Gradio on Hugging Face Spaces for real-time livestock disease detection.
|
| 4 |
-
|
| 5 |
---
|
| 6 |
-
title:
|
| 7 |
-
emoji:
|
| 8 |
colorFrom: pink
|
| 9 |
-
colorTo:
|
| 10 |
sdk: gradio
|
| 11 |
-
sdk_version:
|
| 12 |
app_file: app.py
|
| 13 |
pinned: false
|
| 14 |
-
license: mit
|
| 15 |
-
short_description: This is the space to live the cowsense model.
|
| 16 |
---
|
| 17 |
|
| 18 |
-
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: CowSense - Livestock Disease Detection
|
| 3 |
+
emoji: 🐄
|
| 4 |
colorFrom: pink
|
| 5 |
+
colorTo: red
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "4.19.2"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# CowSense - Livestock Disease Detection
|
| 13 |
|
| 14 |
+
This Space hosts a YOLOv8 model trained to detect livestock diseases using computer vision. Built using Gradio and deployed via Hugging Face Spaces.
|