Machine Learning Predictive Analysis MalariaDetection
The data is image of healtly cells and cells infected with malaria. A healtly cell do not have any blob, whereas a infected cells image has few blog in it. We use opencv to process on the image data to convert to get the conture of these cells. And, then build a random forest classifier model for our predictive ananlysis. 1. download and extract data set from https://drive.google.com/file/d/1azIYjzLFCY7qp7-NjgSBvakbGgPvQlRf/view.2. Generate_DataSet.py file process the image files to generate a datafram in cvs file.
3. Run ML_PredictiveAnalysis_MalariaDetection.py to build and train the model.