You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple disease prediction such as Diabetes, Heart disease, Kidney disease, Breast cancer, Liver disease, Malaria, and Pneumonia using supervised machine learning and deep learning algorithms.
This repository contains a flask app that can detect malaria cases given the image of human blood cell. In this app, the user can post the image of human blood cell through the interface provided by an app and the pretrained model is able to classify whether the human blood cell is parasitic(infected) or uninfected.
This is a Machine Learning and Deep Learning project that can predict the chances of getting diseases like Heart_Failure, Diabetes, Malaria and Tuberculosis.
A basic CLI Malaria Diagnosis Tool (MDT) to help lab scientists find the probable type of malaria a patient may have based on the country they have come form / country they are in.
Malaria Detection - This Repository will help in differentiating between parasitized and non-parasitized malaria cells. Data is hosted at NIH's website as well as Kaggle(You can find the kaggle link in the README). This can be a starting point for understanding and implementing projects in CNN. The problem requires you to handle big data, perfor…