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

https://github.com/creativenick/monkeyhealth

An object detector using YOLOv3 Darknet that can identify four different types of white blood cells in rhesus macaque monkeys
https://github.com/creativenick/monkeyhealth

artificial-intelligence darknet darknet-yolo google-colab google-colaboratory neural-network object-detection yolo yolov3

Last synced: 2 months ago
JSON representation

An object detector using YOLOv3 Darknet that can identify four different types of white blood cells in rhesus macaque monkeys

Awesome Lists containing this project

README

          






Monkey Health White Blood Cell Object Detector


An object detector using YOLOv3 Darknet that can identify four different types of white blood cells in rhesus macaque monkeys



About The Project
How To Use
Example Detections
Credits

# About The Project
This project uses object detection to identify four different types of whtie blood cells in rhesus macaque monkeys: monocyte, eosinophil, neutrophil, and lymphocyte white blood cells. It uses YOLOv3 Darknet and can be run through Google Colab. I have an article on Medium explaining this project in detail [here](https://creativenick.medium.com/using-yolov3-to-identify-white-blood-cells-in-rhesus-macaque-monkeys-d5513b5c41dd).

# How to Use
Clone the repository in Google Colab
```py
!git clone https://github.com/CreativeNick/MonkeyHealth.git
```

# Example Detections

# Credits
- Credits to [Zooniverse](https://www.zooniverse.org/projects/mbarrierz/monkey-health-explorer) for the data and making this project possible