Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
license: mit
|
3 |
pipeline_tag: object-detection
|
4 |
base_model: Ultralytics/YOLOv8
|
|
|
|
|
|
|
5 |
---
|
6 |
This model is a YOLOv8-based object detection model specifically trained for detecting and classifying blood cells in microscopy images. It aims to identify various types of blood cells, such as Red Blood Cells (RBC), Platelets (PLT), and several types of White Blood Cells (WBC), including Neutrophils, Lymphocytes, Monocytes, Eosinophils, and Basophils.
|
7 |
|
@@ -50,4 +53,4 @@ The model's performance is contingent on the quality and diversity of the traini
|
|
50 |
|
51 |
### Recommendations
|
52 |
|
53 |
-
Users should be aware of the model's limitations and verify predictions in critical applications. Continuous monitoring and periodic re-evaluation with updated datasets are recommended.
|
|
|
2 |
license: mit
|
3 |
pipeline_tag: object-detection
|
4 |
base_model: Ultralytics/YOLOv8
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- vision
|
8 |
---
|
9 |
This model is a YOLOv8-based object detection model specifically trained for detecting and classifying blood cells in microscopy images. It aims to identify various types of blood cells, such as Red Blood Cells (RBC), Platelets (PLT), and several types of White Blood Cells (WBC), including Neutrophils, Lymphocytes, Monocytes, Eosinophils, and Basophils.
|
10 |
|
|
|
53 |
|
54 |
### Recommendations
|
55 |
|
56 |
+
Users should be aware of the model's limitations and verify predictions in critical applications. Continuous monitoring and periodic re-evaluation with updated datasets are recommended.
|