-
FlutterVoiceFriend is an open-source Flutter application designed to help developers build interactive, voice-driven chatbot experiences using a combination of speech-to-text (STT) and text-to-speech …
-
hola que tal!
primero dejame felicitarte por este gran tutorial sobre chatbots con flutter, es un muy buen trabajo.
ahora quisiera preguntar , por qué la app cuando funciona en un emulador , el …
-
Currently the app operates in a push to talk manner (also push to signal the end of talk, the native STT often times cuts the session short while I'm still speaking).
It'd be the best to have complet…
-
I am trying to implement a chatbot using dialogflow and flutter. I need to save some data from the user at different points and also return this data to the user. In this process, user's uid will play…
-
Hi, I have some doubts about how I should show suggested replies to the user.
I noticed in Dialogflow that some specific platforms like Google, Facebook, Slack, Skype have suggestion chips or quick…
-
Why don't you add other languages and every one choose his native language
-
can you guide me how to run a application of flutter with ibm watson assistant
-
Could you let me know if the plugin offers support for tflite chatbot in Flutte. If yes, could you provide some code samples using the plugin for the chatbot.
-
Hi,
I am facing a strange issue on Android (PIXEL 2) real device and android simulator too. I get
void onRecognitionComplete() => setState(() async { called twice.
Here's the dump of the log f…
-
This is probably the most -requested feature, and perhaps the most intimidating to tackle. As an initial step, we need someone with enough knowledge/interest to outline exactly what major sub-steps ar…