Malaria Detection YOLOv8 Model
This model detects malaria parasites in blood smear images using YOLOv8.
Model Details
- Type: Object Detection
- Architecture: YOLOv8
- Task: Malaria Parasite Detection
Usage
""" #python
from ultralytics import YOLO #Load model model = YOLO('fbononibelloepoch/malaria-detection') #Perform inference results = model('image.jpg') """
- Downloads last month
- 11
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
HF Inference deployability: The HF Inference API does not support object-detection models for ultralytics
library.