Skip to content

ShaswatLenka/DelDash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DelDash : Intelligent Deliveries Dashboard and analytics accelerator for Healthcare Providers

DelDash during its ideation and initial development phase(in the GE Healthcare Hackathon)was envisioned as a layer over a traditional EMR that would help clinicians to prepare for child delivery better.

Features:

  1. Frequency domain analysis of labor onset.
  2. Prediction of True or False Labor Pain.
  3. Recommendation of the administration of antenatal corticosteroid dosage.
  4. Comparative analysis of vital parameter trends between two subjects.
  5. Timeline: Provides a timeline of the change in trends of vitals over the days.[enhancement needed]
  6. NTSV-C sections: keeps a record of the performance of the institute based on the NTSV-C sections.[enhancement needed]
  7. Prediction of neonatal health conditions from vital parameters of the mother recorded over months

NOTE: last page is a dummy page for an additional feature to be added which is under research.

TODO:

  • Make a light weight EMR to test DelDash
  • Testing on EMR
  • Make a wiki including roadmap
  • Add under a single organization
  • Add incomplete functionalities(as mentioned in wiki)

Contribution Guidelines

Why Contribute?

DelDash is an award winning idea prototype and we are constantly working to take it to production. You can contribute to be a part of this voluntarily. You may contribute for learning or if you are serious for this you can become the maintainer of this project and take part in decision making process of its future with us. Also, if you are a beginner and trying out with open source software development, its a great starting point!

How to Contribute:

1. Setup development environment:

We assume you have python 3.0+ installed.

  1. Create a python virtual environment:
  • pip install virtualenv
    Then create a directory where you can keep all your virtual environments.(like venvs) then cd to that directory and:
  • virtualenv deldash : this will be your virtual enviroment for all DelDash related packages.
  • activate virtual environment:
    source deldash/bin/activate : this will only work if you are in venvs directory.
2. Setup DelDash
  • git clone git@github.com:ShaswatLenka/DelDash.git
  • cd to the cloned repository
  • run pip install requirements.txt
    NOTE: activate your virtual environment before this so that it gets installed in that environment.
  • run python3 index.py and DelDash will run in your browser locally.

Images

labor vitals timeline NTSV Performance

Releases

No releases published

Packages

No packages published