KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Heart-disease-prediction
★ 66
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Ineuron_Heart_disease_Prediction
:
No description available.
Heart-Diseases-Prediction-Project
:
Final Year Project Heart Disease Prediction Project with all Documents.
Heart-Disease-Prediction-Project
:
Basic and simple ML project
Heart-Disease-Prediction
:
A Python project to predict heart disease
Heart-Disease-Prediction
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Heart-disease-prediction
?
Download (.md)
# 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. All the machine learning features can be viewed here: [Machine Learning features](predict_risk/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%" /> </p> <p align="center"> <img src="screenshots/prediction_result.png" width="70%" height="70%" /> </p> Quick start ----------- 1. (optional) create virtual env ex. mkvirtualenv mytest_env 2. pip install -r requirements.txt 3. python manage.py migrate 4. python manage.py runserver