diwasx / diseases_prediction

Web application that predicts diseases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

diseases_prediction

Web interface for diseases prediction that uses:

  • Feed forward neural network
  • Supervised learning with known symptoms and diseases
  • Backpropagation algorithm for learning

Requirement

python3, pip3

Installation

git clone https://github.com/diwasx/diseases_prediction
cd diseases_prediction 
pip3 install -r requirements.txt --user
python manage.py runserver

About

Web application that predicts diseases

License:MIT License


Languages

Language:Python 82.2%Language:HTML 17.8%