Instructions to use fbononibelloepoch/malaria-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use fbononibelloepoch/malaria-detection with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("fbononibelloepoch/malaria-detection") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
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
- 17