项目作者: theArjun

项目描述 :
A Django App for predicting Heart disease, Diabetes and Breast Cancer developed using Random Forest Classifier and KNN.
高级语言: HTML
项目地址: git://github.com/theArjun/disease-predictor.git
创建时间: 2019-10-09T18:33:16Z
项目社区:https://github.com/theArjun/disease-predictor

开源协议:

下载


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

  1. https://github.com/theArjun/disease-predictor.git

Install the virtual environment.

  1. pip install virtualenv

Then,

  1. virtualenv myenv

After that, activate the virtual environment

  1. source myenv/bin/activate

Subsequently, install the dependencies on your local machine.

  1. pip install -r requirement.txt

Finally, run the application.

  1. 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