msds24037/blood-cell-detection
0
Blood Cell Detection (YOLOv8)
This Space performs object detection on blood cell images using a YOLOv8 model.
Model classes
- RBC
- WBC
- Platelets
Files required
app.py(Gradio app)requirements.txt(dependencies)best.pt(your trained YOLOv8 weights)
Notes
- If
best.ptis missing, the app falls back toyolov8n.ptand shows a warning. - For assignment submission, upload your trained
best.ptso inference uses your own model.
