/Covid-19-FAQ-ChatBot

SARATHI is a RASA NLU powered chatbot that takes user inputs and responses in return. The chatbot uses the SpaCy language model to matches the user input with the intent repository. It also call s API to look up medical facilities based on the location and medical facility type provided

Primary LanguagePython

SARATHI : A Covid 19 FAQ ChatBot & Medical Facilitator

SARATHI is a RASA NLU powered chatbot that takes user inputs and responses in return. The chatbot uses the SpaCy language model to matches the user input with the intent repository. It also call s API (https://data.medicare.gov/resource/{}.json) to look up medical facilities based on the location and medical facility type provided

Rasa NLU

The Process:

Rasa Process

Files Used:

NLU.MD : it contains all the intents of the users

Intent

STORIES.MD : It contains all the path the user might take (happy path, sad path, etc.)

Story

CONFIG : It contains all pipelines & policies

config

DOMAIN : It contains all the reponses and the flow of the chat

Domain

ACTION : It contains the user actions based on the input stored in the slots

Action