Skip to content

Heart Disease Diagnosis repository contain web app developed with flask, we have used Random Forest Classifier for prediction of having risk of heart disease or not , which has test accuracy of 94.6%.

License

Notifications You must be signed in to change notification settings

neelkantnewra/Heart-Disease-Diagnosis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heart Disease Diagnosis

Screenshot 2022-01-14 at 8 11 43 PM

Screenshot 2022-01-20 at 3 43 24 PM

Screenshot 2022-01-20 at 3 43 40 PM

Screenshot 2022-01-20 at 3 48 24 PM

Screenshot 2022-01-24 at 3 48 47 PM

Task to be done

  • develop it for mobile view
  • Progress Bar for question
  • Generate a report in pdf formate
  • add more disease detection technique

To run the file

git clone https://github.com/neelkantnewra/Heart-Disease-Diagnosis.git

For linux:

python3 -m venv hsd-venv

source hsd-venv/bin/activate

pip install -r requirements.txt

flask run

For Windows:

python -m venv hsd-venv

hsd-venv\Scripts\activate

pip install -r requirements.txt

flask run

About

Heart Disease Diagnosis repository contain web app developed with flask, we have used Random Forest Classifier for prediction of having risk of heart disease or not , which has test accuracy of 94.6%.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published