Giter Site home page Giter Site logo

gautamsingh102 / meso-hacks Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 0.0 26.36 MB

Apna Doctor is an AI based Health Check-Up Web Application

Python 20.47% CSS 2.02% JavaScript 8.03% HTML 69.46% Procfile 0.01%
javascript aws-transcribe computer-aided-diagnosis deep-neural-networks disease-prediction django healthcare-application machine-learning medical-application python pytorch-segmentation symptoms-analysis transfer-learning doctor-appointment-mangement

meso-hacks's Introduction

Project Name : Apna Doctor - An AI based Health-CheckUp Web Tool

Theme : Healthcare

Motivation

  • Whenever a patient visits a hospital it takes a significant amount of time before the updated health reports of the patient arrives making it difficult for the proper detection and hence decision making for the health official.
  • Also, it has now become unsafe to go to the hospital every time we feel unwell, since there is a risk of getting affected by COVID-19. The pandemic has caused an influx in hospital cases, and the limitations on hospital beds have people wondering whether their symptoms are severe enough to warrant a doctor's appointment.
  • Meanwhile, others experience ailments but are unable to afford a visit to the doctor due to a lack of or poor health care. Further, if the patient recognizes his/her symptoms, and if somehow we can tell him what is the disease he is likely to be affected with then he/she can take precautions accordingly at home only.
  • Since, everyone should have easy access to great health care there is a need to connect patients virtually with doctors.
  • So, our project aims to not only effectively connect doctors and patients virtually but incase if a patient recognises the symptoms, then he/she can know what disease he/she is likely to be infected with and what precautionary measures can be taken with the help of Artificial Intelligence

Objective

The application mainly consists of three features:

  • First, we have designed a computer-aided diagnosis system (or disease prediction system) where users can get to know whether they are infected with a particular disease or not using machine/deep learning. For this, they are required to enter their medical details on the form or upload X-Ray/MRI image.
  • Secondly, there is a feature to enter the symptoms (either simply type the symptoms or record the audio in browser) they are experiencing and the patients will get to know what possible diseases they might have along with the precautions that they must take.
  • Third feature is the doctor appointment system wherein patients can not only search doctors based on region or specialization, but also connect virtually with the doctors around the globe.

Requirements:

  • Frontend: Html5, CSS, JavaScript
  • Backend: Django, AWS
  • Database: SQLite or PostgreSQL
  • Machine/Deep Learning Frameworks: Scikit-Learn, Tensorflow/PyTorch
  • Dataset platform: Kaggle
  • Browser: Any web browser like Chrome, Firefox for running the web application

Video Link of Working Model

Project Demonstration

Getting Started

Step 1. Clone the repository into a new folder and then switch to code directory

git clone https://github.com/gautamgc17/Health-CheckUp.git
cd Health-CheckUp

Step 2. Create a Virtual Environment to install dependencies.

pip install virtualenv

Create a new Virtual Environment for the project and activate the environment to install the libraries.

virtualenv env
env\Scripts\activate

Once the virtual environment is activated, the name of your virtual environment will appear on left side of terminal.

Next, we need to install the project dependencies in this virtual environment, which are listed in requirements.txt.

pip install -r requirements.txt

Step3 . Download the trained models and include them in the models folder of the root directory.

The trained deep learning models can be downloaded from here.

Step 4. Set up Amazon Transcribe API for speech to text conversion

  • Create an AWS free tier account.
  • Sign in to your Amazon console, create a S3 bucket and give it a unique name. Note your AWS region as it will be required later.
  • Go to IAM dashboard, add a new User. Then click on add permissions and grant the following two permissions - AmazonTranscribeFullAccess and AmazonS3FullAccess.
  • Then under Security Credentials, click on Create access key to get your credentials i.e, 'aws_access_key_id' and 'aws_secret_access_key'.

Step 5. Update environment variables.

To run the project, you need to configure the application to run locally. This will require updating a set of environment variables specific to your environment.

In the same directory, create a local environment file, named - .env.

Now simply duplicate the variables in .env.sample file and just insert your credentials into local environment file - .env.

Step 6. Run Django Project.

  • Make migrations to create/apply changes to the models into the database schema.
python manage.py makemigrations
python manage.py migrate
  • Create a superuser for django admin panel.
python manage.py createsuperuser
  • Run the server code.
python manage.py runserver

Website Screenshots

Front Page

front

Covid Prediction

Covid Prediction

Liver Form

Liver Form

Liver Form Result

Liver Form Result

Know Your Disease

Know Your Disease

Know Your Disease Symptom

Know Your Disease Symptom

Know Your Disease Audio

Know Your Disease Audio

Know Your Disease Symptom

Know Your Disease Symptom

Registeration Page

Registeration

Login Page

Login Page

Display of Doctors Database

Top 5 Doctors add to Database

Filtered Doctors list based on region/specialization

Filtered Doctor

Time Slots for Booking

Booking Time Slot

Video Call

Video Call

meso-hacks's People

Contributors

gautamsingh102 avatar trans63 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

meso-hacks's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.