Skip to content

A Django App for predicting Heart diseases developed using Logistic regression.

Notifications You must be signed in to change notification settings

Dark-Nepal/heartdisease-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heart Disease Predictor

A web app for heart disease prediction using Machine Learning based on the Logistic regression.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installation

Follow the instructions to run the system on your local machine :

First, clone the project and

https://github.com/Dark-Nepal/heartdisease-predictor.git

Install the virtual environment.

pip install virtualenv

Then,

virtualenv venv

After that, activate the virtual environment

source venv/bin/activate

Subsequently, install the dependencies on your local machine.

pip install -r requirement.txt

Finally, run the application.

python manage.py runserver

Built With

  • Django - The web framework used
  • PIP - Dependency Management

Contributing

Please fork this project and send us a pull request.

Authors

  • Deepesh Mahato

About

A Django App for predicting Heart diseases developed using Logistic regression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published