enviroCar / enviroCar-app

enviroCar Android Application
https://envirocar.org
GNU General Public License v3.0
88 stars 154 forks source link

Feature: Add voice command to use app #416

Open arvindnegi1 opened 4 years ago

arvindnegi1 commented 4 years ago

Description

Voice command help the user to use the app using voice while driving.

How it is helpful

Using phone while driving can lead to many mishappening. Giving voice command feature will prevent all the mishappening and user can easily control the app using voice.

arvindnegi1 commented 4 years ago

@dewall sir, is this relevant doing so. Looking forward for your decision so that i can start working on this. Thank you :)

hafenkran commented 4 years ago

@arvindnegi1 we internally already talked about this. It's a valid feature and in the future we also want to integrate that. If you want to work on this, then you are invited to do so. However, we need to think about the way of the integration and which implications it has (enabling in settings, voice input permission, how can I activate?, which commands do I have?, whats about multi language (e.g. german?))

Since this is a feature, we would like to encapsulate this feature into another develop branch and perform heavy testing prior to the release. The develop branch is only for aggregating the next releases. Only when it feels to be stable and in the right shape, we will then integrate it into one of the next minor releases.

arvindnegi1 commented 4 years ago

@dewall sir, thanks for throwing light in this. I would suggest using NLP natural language processing for this task. We can first convert speech to text and using NLP analyze what the user wants. And also using NLP we can support multi language I guess.

Jdbarad commented 2 years ago

Can I work on this issue?

cdhiraj40 commented 2 years ago

hey @Jdbarad, this is a complex feature and as per me, I think it cannot be solved by an individual developer as it will need the organization's inputs too. In my opinion, you can find some other issues which can be implemented alone.

Jdbarad commented 2 years ago

https://user-images.githubusercontent.com/93068379/163813376-1d344cd5-a84e-497d-869b-cbc8329097e6.mp4 @cdhiraj40 @arvindnegi1 There is a Sample voice command that works using RASA. *Ignore UI