fbononibelloepoch
commited on
Commit
•
67bc88f
1
Parent(s):
0a7a0fc
Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,15 @@ pipeline_tag: object-detection
|
|
8 |
|
9 |
# YOLO11 Malaria Detection Model
|
10 |
|
11 |
-
This model is trained to detect malaria parasites in blood smear images using YOLO11.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
# YOLO11 Malaria Detection Model
|
10 |
|
11 |
+
This model is trained to detect malaria parasites in blood smear images using YOLO11.
|
12 |
+
|
13 |
+
# Model Card
|
14 |
+
|
15 |
+
## Model Description
|
16 |
+
- **Task:** Object Detection
|
17 |
+
- **Model Architecture:** YOLOv8
|
18 |
+
- **Training Data:** Blood smear images with malaria parasites
|
19 |
+
- **Input:** Blood smear microscopy images
|
20 |
+
- **Output:** Bounding boxes around detected parasites
|
21 |
+
|
22 |
+
## Usage
|