Code Monkey home page Code Monkey logo

aihealthdiagnosischatbot's Introduction

AiHealthDiagnosisChatbot

This is an AI Health Chat bot built on Dialogflow platform.

This project builds a chatbot for medical diagnosis based on patient symptoms. It implements symbolic argumentation framework where each argument has a degree of belief or strength. To aggregate the argumentation system of for and against relationship, Dempster-Shafer theory is implemented. Basically, the whole approach is the combination of symbolic arguments and probabilistic model, which has been proven in several research to be effective. Dempster-Shafer theory is fused with an innovative technique called as phase police. It drives the chatbot to ask questions from the user in different phases. With this fusion of techniques, the reasoning process of diagnosing was simulated similar to a human clinician and results show that in some scenarios it was possible to diagnose a disease in a smaller number of utterances.

  1. Symbolic Argumentation (S. Das, “Symbolic argumentation for decision making under uncertainty,” in 2005 7th International Conference on Information Fusion, FUSION, 2005. )

  2. Dempster-Shafer Theory : a. G. Shafer, “A Mathematical Theory of Evidence,” Princeton University Press. Princeton,NJ, 1976. b M. Fedrizzi, J. Kacprzyk, and R. R. Yager, Eds., Advances in the Dempster-Shafer Theory of Evidence. John Wiley & Sons, 1994.

  3. Phase Police: This approach divides the clinical questions in different phases based on the relevancy high, medium and low. This division is subjective and based on the family of disease and requires a doctor to factor the symptoms based on the relevancy.

Platform: Google Dialogflow

Test Scenario

Frame of Discernment ( Ω ) = {‘malaria’, ‘dengue’, 'chikungunya'}

Arguments: Headache=> (Not Malaria, 0.7) // Implies (‘dengue’ or 'chikungunya') Nausea => (Not Chikungunya, 0.6) // Implies(‘malaria’ or 'dengue') Joint Pain => (Chikungunya, 0.8)

Result : Chikungunya with 61% belief

Live access : https://bot.dialogflow.com/healthybot

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.