/Healthbot

A simple healthbot that provides information based on symptoms input by the user.

Primary LanguageJupyter Notebook

Project Projo

Pramod’s implementation of a real estate chatbot in 3 days ;-)

The application is live ! You can text Projo at (234)-231-6345

Here is a demo video: https://www.youtube.com/watch?v=napNTiaft8U IMAGE ALT TEXT HERE

Architecture

IMAGE ALT TEXT HERE

IMAGE ALT TEXT HERE

The above code pertains to the flask server deployed in Heroku:

  • Connectivity to Google dialogflow is implemented in index.py

    • The webhook() function handles a call from dialogflow, to fetch result from a symptom.
  • Connectivity to Healthcare is implemented in getreply.py which handles the call from dialogflow

    • Has a function getreply() which takes a specific symptom and scrapes healthline for its results and returns them to index.py as a reply message.

Getting started

Thanks and Credits