Skip to content

venkatesh-sg/HackathonSP2017-ConversationUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UMKC-HackathonSP2017-ConversationUI

This is an Use Case Provided by Yoodle at Spring 2017 UMKC and H&R Block Hackathon held at UMKC. We need to design an application with which the user should be able to communicate and book an appointment with the doctor for the problem he is having.

The Presentation slides can be accessed from here

https://github.com/nandanamudi/UMKC-HackathonSP2017-ConversationUI/blob/master/Matrix%20Conversation%20UI.pdf

Architecture of this Project

save

Description:

we desgined the application in three stages

  1. Taking the users input and feeding it to the service as Json
  2. Feteching this input and carrying the related data toward the Spark Service where NLP processing is done and feature vectors are generated and is given to Trained Naive Bayes Model.
  3. Naive Bayes Model Predicts the Specialization needed to attend the problem provided by the user. The result specilization class is fed to the service again. Here the Service pull the doctors from the specialization and asks for the user's choice to select the Doctor based on the distance or the rating of that particular Doctor: the details we already had in the database.

Here is the video to our project which explains the description said above with a small demo of our project as shown below.