Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.08 KB

MalariaDetection

Detecting different types of blood cells including those infected from Malaria.

Original file: Json

Malaria sample images:

Brute Force Technique

Rectangle.patches was used. How does rectangle.patches work?

BruteForce Result

Paused it because of RAM ISSUES

Had issues converting 80k pictures into numpy arrays

I think I came up with solution. Rather than converting the image into numpy arrays from dataframe, let's convert each file into numpy arrays and then later see how many times the image appears in the original dataframe and duplicate the numpy arrays depending on how many times the image file occured in the original dataframe.