Lemon2311 / HomeServer.js

Dynamic Automation of home lights made with IoTFleet.js, in active development
0 stars 0 forks source link

Voice assistant support #3

Open Lemon2311 opened 8 months ago

Lemon2311 commented 8 months ago

Voice assistant should be implemented to control the lighting system. ex: Turn lamp on. Actively thinking about google assistant and amazon Alexa. Any ideas or thoughts regarding the choice of assistant and implementation?

Lemon2311 commented 8 months ago

Thinking of implementing Artyom.js and packaging it in an android app, that can listen in the background for commands or using the Android SpeechRecognizer API, in an android app.

Lemon2311 commented 8 months ago

Thinking of making a NativeScript app that takes voice commands when a physical button of the phone is pressed to control the lights via IoTFleet.js

Lemon2311 commented 8 months ago

Working on openAi Whisper model Implementation via python api.