© 2023 Hashnode
#voice
VUIs (Voice User Interfaces) is the ability a virtual assistant has to respond to a voice commands utilizing NLU (Natural Language Understanding), NLP (Natural Language Processing) and speech recognit…
The establishment of voice calls will allow your users to communicate with each other within your app as if they were on a phone call, but without actually being. It might interest you, for example, i…
In this blog, we will use the Twilio API to make a voice call using our Spring Boot application. Create a Spring Boot Application Go to https://start.spring.io/ We will go for a maven project for this article. Generate the project and …
Motivation Neural networks have always been something I was interested in, but I never actually got to use them in a personal project. The thought always lingered inside my mind, so as soon as I got t…
What is a Conversational User Interface A conversational user interface (CUI) is the way users interact with software through language-understanding interfaces, whether that’s text or voice. It is fo…
Definition of chatbot Chatbot is a computer program that conducts human conversation through voice commands. Or text chat. This is a software application used to provide direct contact with employees.…
Yes, we're excited to share another new feature! In case you missed it, we shipped the Article Scheduling and the Image Alignment features for all Hashnode blogs last month. Both of these were highly …
Given the opportunity to develop in-app chat, voice and video experiences for a niche app, we plunged into the build mode by default, unaware of the technical complexities along the way. Frankly speaking, building in-app chat experiences f…
In the first part of this tutorial, we saw how to set up the DialogFlow conversation model. In this part, we will see how to setup a selenium server and code the application for web automation using t…
Selenium is considered as the hammer and chisel of any automation engineer. Even though new javascript based approaches have come in the market, selenium still remains as the undisputed solution. We a…