Giter VIP home page Giter VIP logo

medicalgo's Introduction

Voice Activated App for Medical Algorithms

Medical algorithms, such as decision tree approaches to healthcare management, are useful tools for standardizing responses to events or emergencies, and help to reduce uncertainty. In emergency situations, reading a bedhead algorithm can interfere with the management of the patient. Mobile apps exist for following a decision tree, but still require physical interaction. This project aims to integrate voice controls into a new general app for medical algorithms.

onboarding categories algorithm-transcript

DEMO

Voice Recognition Setup

Enabling voice recognition requires two parts, Google Cloud Speech to Text or Amazon Transcribe for voice recognition and LUIS.ai for Natural Language Processing.

Google Cloud Speech to Text

Requires API key obtained from Google Cloud Speech to Text, to be entered in the app itself.

Amazon Transcribe

Requires access key and API key from AWS, to be entered in the app itself. Needs to include a custom vocabulary named "medical" to enhance recognition of specific keywords such as laryngectomy. Example available (amazontranscribe-customvocab.txt) in the root of this repository.

LUIS.ai

The MedicAlgo.json file available in the root of the repo describes and needs to imported into a LUIS.ai app. Requires appId, key and endpoint to be filled in src/main/java/com/mbaxajl3/medicalgo/controllers/NLUController.java

Tests

Testing is split into two parts, local and instrumented unit tests. The latter automates UI testing and forms the main bulk of unit testing.

To generate code coverage of instrumented unit tests in androidTest, run .\gradlew createDebugCoverageReport

Will take >10mins to run, and may fail sometimes.

medicalgo's People

Contributors

liangjs19 avatar

Stargazers

vad babushkin avatar

Watchers

 avatar

medicalgo'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.