Problem Statement
Conversational App Integration with the Core Product Using Technology. This was the topic statement we had to come up with a fully functioning website for that satisified the core objectives of the 2 day long hackathon.
Our train of thought!
Approach
Our aim was to code a voice assistant that accepts a voice input, and outputs the required result after searching the vast Dell Digital database. To facilitate speech recognition and synthesis, we used the HTML5 Speech Recognition API. For our rudimentry model we used a CSV file to store our data and used it as our database. The required data was extracted from the query by tokenizing it. We used NLP (Natural Language Processing) to match the keywords with the data from the database and displayed it to the user.
Links
Check out the Github repo here!