Coder Social home page Coder Social logo

johnmary-bornica-prince19 / care-me-ai-automated-doctor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from desire100/care-me-ai-automated-doctor

0.0 0.0 0.0 955 KB

AutoDoc is a mobile app for iOS and Android for medical purpose that helps you chat with an automated general practice doctor and get a quick diagnosis and treatment.

Jupyter Notebook 6.74% Java 1.91% Objective-C 2.60% Dart 88.74%

care-me-ai-automated-doctor's Introduction

Automated Doctor mobile app with help of BioBERT and Flutter

Overview

AutoDoc is a mobile app for iOS and Android for medical purpose that helps you chat with an automated general practice doctor and get a quick diagnosis and treatment. It supports voice to communicate with the artificial intelligence doctor. It was trained on lots of medical questions and answers over 700K of them.

N.B

This app is not going to be better than a real doctor but it gives the best diagnosis posssible. People who can not afford the health care because it's too expensive this app is for them.

careme careme-muganga

Prerequestie Knowledge

Tools Used

  • App building Flutter
  • User Accounts (Firebase)
  • Voice Recognition plugin (custom channel, iOS Speech API, Android SpeechRecognizer)
  • AI Model(BioBERT , input question into retrained bioBERT to convert into an embedding. Input the embedding into a fully connected neural network, output an embedding for similarity lookup. Most similar Q&A's used by GPT-2 to generate an answer. )

What is happening in the background

We have this model BioBERT and what you do is to give an input to the model (your ailment) and it gives the output which is your diagnosis. In the real world you provide three features to the doctor: Symptoms, Medications and side effect. when you provide these features to this biobert model it gives you two things: diagnosis and treatment plan.

Logic used

We need to understand what the user is typing, we need to understand whether the sentence contains symptoms, meddications or side effects. we should create a concatinated input for our model in and we can do this by doing key words recognition with help of if statements.

Applications

Building wealth by providing services that are impactful to the other people using AI technology.

App design

care-me-ai-automated-doctor's People

Contributors

desire100 avatar

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.