CoolFace
Apppublic

msds24037/blood-cell-detection

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
App README

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.pt is missing, the app falls back to yolov8n.pt and shows a warning.
  • —For assignment submission, upload your trained best.pt so inference uses your own model.