malikTayab commited on
Commit
a29bb14
·
verified ·
1 Parent(s): 413f97e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -11
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: Cowsense Disease Detector
7
- emoji: 📈
8
  colorFrom: pink
9
- colorTo: gray
10
  sdk: gradio
11
- sdk_version: 5.29.0
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
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.