Mobile ICP6 - abndnc/CS5590-0003 GitHub Wiki

Create a Medical Assistant Application in the following steps.

1.Use the layout given in the second use case speech to text.

2.As soon as the app opens,it should say hello

3.Then the user clicks on the mic button to say hello

4.Once the user said hello, the app should speak, "what is your name?"

5.Then the user clicks on the mic button to say, "My name is" +

6.Extract the name of the user and then save it as editor level.

7.Also, show the name on the screen

8.When the user asks the following questions, appropriate answers should be given

Implementation: All of the dialogue activities are implemented in dialogue() function. After users give their names, they will be stored in global variable (editor level) NAME so that the application can re-use them later. text.contains() is used to evaluate inputs from users so that the application responds accordingly.

⚠️ **GitHub.com Fallback** ⚠️