Pradip-p / E-Health-Care

The web app which is used to remove the dependencies on the doctors, to help out the poor and helpless people with the normal medical checkup and to help people avoid paying huge amount to doctor unnecessarily. This project is made with Django, machine learning algorithms and deep learning (ANN and CNN).
https://pradip-p.github.io/E-Health-Care
MIT License
25 stars 15 forks source link
deep-learning demo django docker doctors drf ehealth-care machine-learning python

E-Health-Care

The web app is designed to reduce dependence on doctors, assist poor and helpless individuals with basic medical checkups, and help people avoid unnecessary medical expenses. This project is built with Django, machine learning algorithms, and deep learning (ANN and CNN).

Overview

In today's world, there is a significant shortage of doctors, especially in Nepal. Many people suffer without proper medical checkups, and numerous cases lead to death due to the lack of timely medical intervention. This app aims to address these issues by providing an accessible solution for medical checkups, thus offering substantial benefits.

Demo

Image of project demo Image of project demo

Application

Models

Various models used in the project:

Kernels Used for Training Deep Learning Models

Datasets Used for Model Development

Tools Used for Project Development

Installation

The code is written in Python 3.7.0. If you don't have Python installed, you can find it here. If you are using a lower version of Python, you can upgrade using the pip package, ensuring you have the latest version of pip.

  1. python manage.py migrate
  2. python manage.py makemigrations
  3. python manage.py migrate
  4. python manage.py createsuperuser
  5. python manage.py runserver

Features

Patient

Admin

Doctor

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.