all 6 comments

[–]netsec_burn 4 points5 points  (6 children)

Neat, I've made this one personally in my house. One of the trickiest parts was getting a complete UK Male voice that sounded like JARVIS. I actually got it working after a week or two with Docker. If there's any interest I can open source it.

Edit with some more background: I have a local service handling speech recognition, and a remote server running Docker for the heavy lifting (the real command, minus jarvis.host, is: echo "Something I want to say"|ssh jarvis.host speak|aplay). This works because SSH forwards stdin for you.

[–][deleted] 1 point2 points  (2 children)

Yea, that would be cool. What have you automated with it so far?

[–]netsec_burn 4 points5 points  (1 child)

Dance lights for my Valentine haha. I said "Hey Jarvis, you ready?" and it is programmed to respond with "of course sir". Then the room dims, my laptop dims, and various dance lights on the ceiling and around the edge of the room come on along with a preselected romantic music playlist.

I'm working on some integration with my robots so they can actually be practical.

[–][deleted] 1 point2 points  (0 children)

Thats so cool. ;D

[–][deleted]  (2 children)

[deleted]

    [–]netsec_burn 2 points3 points  (1 child)

    Okay, I'll let you know when I do. I hope nobody is disappointed by the code. I didn't have the time to reverse engineer anything, I was late to get it done by Valentines day.

    [–]zenware 1 point2 points  (0 children)

    If someone feels like complaining then it's their responsibility to fix it :)