Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkateshBH99 committed Dec 5, 2019
1 parent 80b3f61 commit 7fb130a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
# Heart Disease Prediction System using machine learning
>The aim of this project is to predict heart disease using data mining techniques and machine learning algorithms.This project implements 4 classificiation models using scikit-learn: Logistic Regression, Naïve Bayes, Support Vector Classifier and Decision Tree Model to investigate their performance on heart disease datasets obtained from the UCI data repository.
# Heart and Kidney Disease Prediction System using machine learning
>The aim of this project is to predict heart disease using data mining techniques and machine learning algorithms.This project implements 4 classificiation models using scikit-learn: Logistic Regression, Naïve Bayes, Support Vector Classifier,KNN, Nerual Network and Decision Tree Model to investigate their performance on heart and kidney disease datasets obtained from the UCI data repository.
All the machine learning features can be viewed here: [Machine Learning features](predict_risk/machine_learning_models)
All the machine learning features can be viewed here: [Machine Learning features for Heart](predict_risk/machine_learning_models) and [Machine Learning features for Kidney](predict_risk_1/machine_learning_models)

It supports following features:

* Login/ Sign Up
* Viewing and Editing Profile
* User can enter the values of various parameters on the basis of which his risk factor will be calculated using machine learning algorithms.

<p align="center">
<img src="screenshots/About us.png" width="70%" height="70%" />
</p>


<p align="center">
<img src="screenshots/Login.png" width="70%" height="70%" />
</p>

<p align="center">
<img src="screenshots/Signup.png" width="70%" height="70%" />
</p>

<p align="center">
<img src="screenshots/prediction_page_filled.png" width="70%" height="70%" />
Expand Down

0 comments on commit 7fb130a

Please sign in to comment.