Live data from Hacker News

Building Jarvis

facebook.com

61–70 of 263 posts

Re: Building Jarvis

#61

Next up: people start getting into Zuckerberg’s home by holding up a life size picture of Andrea’s face.

Hopefully that's a sufficient well-known trick to be aware of, given its appearance in 1997's "Fifth Element": https://www.youtube.com/watch?v=nah_3vO0uhM -- Matthieu Kassovitz as the low-tech robber trying to trick the hi-tech security system.

Re: Building Jarvis

#62
Chances that Facebook will strike a deal with Disney to adopt the Jarvis name and Paul Bettany voice and roll out their own A.I. helper personality in the future to compete with Siri/Alexa/Cortana/Google Now eventually?

Re: Building Jarvis

#63
post #56
post #48

Earlier quoted context omitted.

> Add face recognition, so it can recognise people at his door and automatically open it if they are expected I wonder if you could open his door with an A4 printout of his face. That's the sort of thing I'd worry about creating this system. Edit: Forgive me HN, it looks like a lot of people have wondered this. I only commented so high up because I commented before reading all the comments! Go upvote the more creativ…

There's a decent way to handle this method: use one of the Intel close RGBD cameras. I think they go by RealSense. Now, do facial recognition with the depth component. "Oh look, paper. How quaint... NOPE!" You could also log all people coming by with a known-unknown axis. You could train the system so that all they need do is look at the door, and they have the appropriate access they need. And it could also, instead…

Ooh you could do all that and instead of a flat out denial based system fall back to a fingerprint scanning doorbell. Probably a weird conversation to have in the pub "Alright lads I'm gonna need you all to scan your fingerprints for me"

Re: Building Jarvis

#66
post #63
post #56

Earlier quoted context omitted.

There's a decent way to handle this method: use one of the Intel close RGBD cameras. I think they go by RealSense. Now, do facial recognition with the depth component. "Oh look, paper. How quaint... NOPE!" You could also log all people coming by with a known-unknown axis. You could train the system so that all they need do is look at the door, and they have the appropriate access they need. And it could also, instead…

Ooh you could do all that and instead of a flat out denial based system fall back to a fingerprint scanning doorbell. Probably a weird conversation to have in the pub "Alright lads I'm gonna need you all to scan your fingerprints for me"

Not at all.

I already wrote a system that can take new facial inputs, classify you as "new user", and put your data in a database. All you need do is go up to the door. I can easily view the timecode and enter your details (name, phone#, email) at a later date.

source: https://github.com/jwcrawley/uWho

news article about it: http://hackaday.com/2015/03/04/face-recognition-for-your-nex...

Re: Building Jarvis

#67

Say what you will about Zuckerberg, but this is a really cool project! Steps he took: 1. Connect his home devices (lights, thermostat, doors, music player, TV, CCTV etc) to his computer, so he can turn them on and off from it and in general automate his house from his PC. 2. Add an NLP component to his computer, so he could text instructions to it and it would apply the correct automation task. This can learn prefere…

"Calling it AI is a bit of a stretch though"

The building blocks, though, very much fit classic definitions of AI: face recognition, speech recognition, natural language parsing.

But no, its not Jarvis. Yet.

Re: Building Jarvis

#68
post #27

Say what you will about Zuckerberg, but this is a really cool project! Steps he took: 1. Connect his home devices (lights, thermostat, doors, music player, TV, CCTV etc) to his computer, so he can turn them on and off from it and in general automate his house from his PC. 2. Add an NLP component to his computer, so he could text instructions to it and it would apply the correct automation task. This can learn prefere…

I think what's particularly great about this in a way is that it's not too remarkable. I'm not knocking it, but it's awesome to be around when creating an natural language, speech controlled, available anywhere system with face recognition to automate your own home is something that can be done in 100 hours.

It's the new WIMP!

https://en.wikipedia.org/wiki/WIMP_(computing)

Re: Building Jarvis

#69
post #48

Say what you will about Zuckerberg, but this is a really cool project! Steps he took: 1. Connect his home devices (lights, thermostat, doors, music player, TV, CCTV etc) to his computer, so he can turn them on and off from it and in general automate his house from his PC. 2. Add an NLP component to his computer, so he could text instructions to it and it would apply the correct automation task. This can learn prefere…

> Add face recognition, so it can recognise people at his door and automatically open it if they are expected I wonder if you could open his door with an A4 printout of his face. That's the sort of thing I'd worry about creating this system. Edit: Forgive me HN, it looks like a lot of people have wondered this. I only commented so high up because I commented before reading all the comments! Go upvote the more creativ…

Two cameras?

Re: Building Jarvis

#70

I built something to similar this, using a Raspberry Pi, reverse SSH tunnels, Phillips Hue, Nest, and a range of sensors. Part of the project was an admin panel, to oversee the status/health of all the systems, as well as a manual control panel. My biggest concern was security. Granted, it was an internal network in my house, but if anyone got access to it, they had camera feeds, and practically full control of my ho…

FB as a company has probably invested in network security for him / other high level people. He already has physical armed security so it wouldn't be surprising that they would protect him / his family digitally to prevent hacking which could grow roots into his privileged access to FB's resources.
Post reply on HN