TG1999 / Disease-Prediction-from-Symptoms

Disease Prediction based on Symptoms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disease Prediction from Symptoms

This repository contains the code for the project "Disease Prediction from Symptoms". The aim of this project is to use the dataset scraped from here and use machine learning techniques to predict the type of disease based on the symptoms. This project is written in Python 3.

Dataset

The dataset for this project is taken from a study conducted at Columbia University.

http://people.dbmi.columbia.edu/~friedma/Projects/DiseaseSymptomKB/index.html

Requirements

1. Jupyter Notebook

pip3 install jupyter notebook

2. Python 3.5+

3. Numpy [+mkl for Windows]

pip3 install numpy

4. Scikit-Learn

pip3 install scikit-learn

About

Disease Prediction based on Symptoms.


Languages

Language:Jupyter Notebook 100.0%