An open API service indexing awesome lists of open source software.

https://github.com/hariprasath-v/lacuna_malaria_detection_challenge

classifying malaria parasites in blood slide images.
https://github.com/hariprasath-v/lacuna_malaria_detection_challenge

exploratory-data-analysis object-detection pandas python zindi

Last synced: 6 months ago
JSON representation

classifying malaria parasites in blood slide images.

Awesome Lists containing this project

README

          

# Lacuna Malaria Detection Challenge

# About
The objective of this challenge is to develop a multiclass object detection and classification model that can accurately identify and classify malaria parasites in blood slide images, specifically addressing diagnostic needs in Africa. Participants are required to create a machine learning model that can detect the trophozoite stage of malaria, and differentiate between infected and uninfected blood cells.

Competition hosted on [Zindi](https://zindi.africa/competitions/lacuna-malaria-detection-challenge)

# My approach
### Exploratory Data Analysis
- Target analysis
- Bounding box center analysis
- Bounding box aspect ratio analysis
- Bounding box width & height
- Overlapping bounding box analysis
- Bounding box area analysis
- Bounding box anchor analysis
- Basic image information analysis
- Test data analysis

EDA Notebook[![Open in Kaggle](https://img.shields.io/static/v1?label=&message=Open%20in%20Kaggle&labelColor=grey&color=blue&logo=kaggle)](https://www.kaggle.com/code/hari141v/lacuna-malaria-detection-challenge-eda)