質問

I'm thinking about creating an open source Siri clone in Ruby (not a Siri proxy, not the voice recognition part, but the "parse a question or command and take an action or return a response"). Similar to hubot, but more like Siri, and make it a library that could be included in any Ruby project. Before I go to the work of doing this, I want to make sure something like this doesn't exist or hasn't been started yet. Do you know of an open source Siri clone?

役に立ちましたか?

解決

Florian Hanke has an open source project called James, which I've seen demoed and has similar goals, though the things it "does" are scripted in ruby according to your own needs. Sort of like a speech-recognition route map with a state machine.

https://github.com/floere/james

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top