-
Notifications
You must be signed in to change notification settings - Fork 1
Home
navraj28 edited this page Sep 17, 2019
·
2 revisions
Welcome to the OSPP wiki!
It is a solution that uses AI to assist a Call Center Agent in the Field Service Domain, in trouble shooting a Problem based on reported issues & also recommends what Parts are required to fix the issue. It uses Spacy to parse the Problem Description & extract details. It uses TensorFlow Universal Sentence Encoder to eliminate duplicate symptoms i.e. "Battery is dead" is the same as "Battery needs to be replaced". Basically, unstructured text ends up as structured entities in a relational database.
Below images illustrate the concepts:
TensorFlow's Universal Sentence Encode is used for Semantic comparison and elimination of Duplicates.