Oh wow, count me in. You could use Google Cloud Speech to go from voice -> text, and then Google Cloud Natural Language to go from text -> simple command interface.
I've got both working in Python, but don't do anything with the parsed text.
I want to do things like
"create sphere"
"move that up"
"no, bigger"
I've got both working in Python, but don't do anything with the parsed text.
I want to do things like "create sphere" "move that up" "no, bigger"
etc.