A web app for heart disease prediction using Machine Learning based on the Logistic regression.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
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
Please fork this project and send us a pull request.
- Deepesh Mahato