theArjun / disease-predictor

A Django App for predicting Heart disease, Diabetes and Breast Cancer developed using Random Forest Classifier and KNN.

Home Page:https://disease-predictor.adhikariarjun.com.np/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disease Predictor

A web app for heart disease prediction, diabetes prediction and breast cancer prediciton using Machine Learning based on the Kaggle Datasets.

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/theArjun/disease-predictor.git

Install the virtual environment.

pip install virtualenv

Then,

virtualenv myenv

After that, activate the virtual environment

source myenv/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

  • Arjun Adhikari

About

A Django App for predicting Heart disease, Diabetes and Breast Cancer developed using Random Forest Classifier and KNN.

https://disease-predictor.adhikariarjun.com.np/


Languages

Language:Python 48.0%Language:HTML 47.7%Language:CSS 4.2%Language:Procfile 0.1%