Drone Control via Alexa
github.com
Drone Control via Alexa
1–10 of 18 posts
Re: Drone Control via Alexa
#2I used a (Python) natural language parser of my own creation (this was before intent classification was a big thing), Nuance speech recognition, and a javascript (node) interface to the AR.Drone.
Re: Drone Control via Alexa
#3Re: Drone Control via Alexa
#4This seems oh-so-dangerous given the current state of NLP, but very cool project! :)
Re: Drone Control via Alexa
#5I did something similar about six years ago: https://www.youtube.com/watch?v=uhBa11gdbeU I used a (Python) natural language parser of my own creation (this was before intent classification was a big thing), Nuance speech recognition, and a javascript (node) interface to the AR.Drone.
Great job.
Re: Drone Control via Alexa
#6I did something similar about six years ago: https://www.youtube.com/watch?v=uhBa11gdbeU I used a (Python) natural language parser of my own creation (this was before intent classification was a big thing), Nuance speech recognition, and a javascript (node) interface to the AR.Drone.
Haha- the drone not landing when you told it to is basically the beginning of every sci-fi movie where the robots turn on the people. Great job.
Re: Drone Control via Alexa
#7Re: Drone Control via Alexa
#8Re: Drone Control via Alexa
#9I also did this a few years ago - voice controlled drone, had some keyboard based kill switches, unfortunately the drone is quite noisy so had to talk quite loudly to get a decent STT translation.
Re: Drone Control via Alexa
#10I did something similar about six years ago: https://www.youtube.com/watch?v=uhBa11gdbeU I used a (Python) natural language parser of my own creation (this was before intent classification was a big thing), Nuance speech recognition, and a javascript (node) interface to the AR.Drone.