Malaria Detector using Machine Learning

I detect malaria in this project using machine learning

First import all necessary libraries

After that,We need to use sequential model

we need to preprocess the data

And also we need to split the data as test test and train set

Then we are going to train the training set

And once we complete our training , We get a accuracy of 95%

Now we are going to test our algorithm whether it is performing well

Yeah!!! It is performing very well

Source code-https://github.com/PRIYADHARSHINI1911/Malaria-Detector

Thank you!!!

--

--