spencercdz commited on
Commit
afe25e9
·
verified ·
1 Parent(s): 4f89493

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -5
README.md CHANGED
@@ -1,14 +1,51 @@
1
  ---
2
  title: YOLOv8m Defence
3
- emoji: 🌍
4
- colorFrom: pink
5
- colorTo: pink
6
  sdk: gradio
7
  sdk_version: 5.34.2
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
- short_description: Deployment of the spencercdz/YOLOv8m_defence model.
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: YOLOv8m Defence
3
+ emoji: 🛡️
4
+ colorFrom: red
5
+ colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 5.34.2
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
+ short_description: YOLOv8m object detection for defense and security.
12
  ---
13
 
14
+ # YOLOv8m Defence
15
+
16
+ This Space demonstrates the **YOLOv8m Defence** model for real-time object detection in defense and security applications.
17
+
18
+ ## Model Information
19
+
20
+ - **Model**: [spencercdz/YOLOv8m_defence](https://huggingface.co/spencercdz/YOLOv8m_defence)
21
+ - **Architecture**: YOLOv8 Medium (YOLOv8m)
22
+ - **Framework**: Ultralytics YOLOv8
23
+ - **License**: Apache 2.0
24
+
25
+ ## Features
26
+
27
+ - Real-time object detection and classification
28
+ - Optimized for defense and security scenarios
29
+ - Support for image and video inputs
30
+ - Interactive web interface powered by Gradio
31
+
32
+ ## Usage
33
+
34
+ 1. Upload an image
35
+ 2. The model will automatically detect and classify objects
36
+ 3. View results with bounding boxes and confidence scores
37
+ 4. Download processed outputs if needed
38
+
39
+ ## Model Performance
40
+
41
+ The YOLOv8m architecture provides an excellent balance between speed and accuracy, making it suitable for real-time applications while maintaining high detection performance.
42
+
43
+ ## Technical Details
44
+
45
+ - **Input**: Images
46
+ - **Output**: Annotated images with detected objects
47
+ - **Processing**: GPU-accelerated inference when available
48
+
49
+ ## Contact
50
+
51
+ For questions or issues, please open a discussion in the Community tab or contact the model author.