Skip to content

MainakRepositor/Anemia-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anemia Detector

home

Problem :

A condition in which the blood doesn't have enough healthy red blood cells. Anaemia results from a lack of red blood cells or dysfunctional red blood cells in the body. This leads to reduced oxygen flow to the body's organs. Symptoms may include fatigue, skin pallor, shortness of breath, light-headedness, dizziness or a fast heartbeat.Treatment depends on the underlying diagnosis. Iron supplements can be used for iron deficiency. Vitamin B supplements may be used for low vitamin levels. Blood transfusions can be used for blood loss. Medication to induce blood formation may be used if the body’s blood production is reduced.

Solution:

This Web app will help you to predict whether a person has chances of cardiac arrest or is prone to get it in future by analysing the values of several features using the Decision Tree Classifier.

Idea:

Building an application that can predict the occurrence of a cardiac arrest or the possible causes of it by indicating the highly relevant factors.

Layout

├───images
├───Tabs
│   └───__pycache__
|   └─── home.py
|   └─── data.py
|   └─── predict.py
|   └─── visualize.py
└───__pycache__
└─── main.py
└─── anemia.csv
└─── web_functions.py
└─── requirements.txt
└─── Procfile
└─── setup.sh

Note:

Incase the application demo doesn't start real quick, you can get an idea about how it looks like from the screenshots

image image image image 1 image

Made with 💙 by:

maker

MAINAK CHAUDHURI