Me and my friend had thought about this idea back when we were in college except we were doing it for class attendance. The professor would take a snap with his phone and then app would give attendance in single shot. Dived into it a little and realized face detection is easy while face recognition is not. One more thing we were wondering about was how to bypass this attendance system and realized that a photo of ind…
https://www.datainspektionen.se/nyheter/2019/sanktionsavgift... Translated from swedish: A swedish hight school did a pilot with a class with 22 pupils with facial recognition for taking attendance. The school is fined with 20 000 USD for invading the pupils privacy. All pupils has agreed to participate but that doesn't matter since the pupils is dependent to the school, they cannot agree to something like this.
Show HN: Simple Face Recognition Attendance System
11–20 of 20 posts
Re: Show HN: Simple Face Recognition Attendance System
#12Re: Show HN: Simple Face Recognition Attendance System
#13I'm sorry to say this because you probably worked hard and did a good technical job. But as AI/DL experts we always need to think about ethical concerns related to our work, and I would not want to release code like this online for free. I'm very well aware that with just a bit of technical knowledge this can be reproduced by others even without this repo. And of course all sorts of organizations and governments can…
Someone who can technically deploy this, but not create it, can also easily pay the small amount needed to get someone to recreate this project. Not to be a downer on it, but it's a hobby project and hobby-projects should never be a part of anyone's threat profile, or we end up with things like chemistry kit neutering of the 1970s.
Re: Show HN: Simple Face Recognition Attendance System
#14This does seem cool, but I would also not want to come to your party if you're going to be running facial recognition on me...
Your Facebook friend will come to the party and be recognized, and you'll show up in the photos they've publicized. ;)
Re: Show HN: Simple Face Recognition Attendance System
#15Earlier quoted context omitted.
Someone who can technically deploy this, but not create it, can also easily pay the small amount needed to get someone to recreate this project. Not to be a downer on it, but it's a hobby project and hobby-projects should never be a part of anyone's threat profile, or we end up with things like chemistry kit neutering of the 1970s.
Precisely. When the technology has become simple enough that it's in "hobby project in github" territory, plugging our ears and pretending not teaching people how to use the technology will solve the social problems is dodging the underlying issue.
But yeah, cat is out of the bag. Best we can do now is declaw it.
edit: I forgot to add that I am absolutely amazed at the pace of development in this space.
Re: Show HN: Simple Face Recognition Attendance System
#16EDIT: My mistake, you said it was in the library repo and there it was. For anyone who needs it - https://github.com/justadudewhohacks/face-api.js
Re: Show HN: Simple Face Recognition Attendance System
#17Earlier quoted context omitted.
https://www.datainspektionen.se/nyheter/2019/sanktionsavgift... Translated from swedish: A swedish hight school did a pilot with a class with 22 pupils with facial recognition for taking attendance. The school is fined with 20 000 USD for invading the pupils privacy. All pupils has agreed to participate but that doesn't matter since the pupils is dependent to the school, they cannot agree to something like this.
Wow. Sweden has profoundly misapplied the concept of privacy when it is no longer possible for a person to voluntarily yield privacy for a project they find interesting.
Re: Show HN: Simple Face Recognition Attendance System
#18I'm sorry to say this because you probably worked hard and did a good technical job. But as AI/DL experts we always need to think about ethical concerns related to our work, and I would not want to release code like this online for free. I'm very well aware that with just a bit of technical knowledge this can be reproduced by others even without this repo. And of course all sorts of organizations and governments can…
The conditions of the license (whether available freely or not) might be a more useful consideration.
Re: Show HN: Simple Face Recognition Attendance System
#19I'm sorry to say this because you probably worked hard and did a good technical job. But as AI/DL experts we always need to think about ethical concerns related to our work, and I would not want to release code like this online for free. I'm very well aware that with just a bit of technical knowledge this can be reproduced by others even without this repo. And of course all sorts of organizations and governments can…
Re: Show HN: Simple Face Recognition Attendance System
#20While this is only a personal project for fun, please keep in mind that some countries, such as Germany, have strict laws about personal data. And even if they do not have those, as the developer you are always responsible for your code and the data you gather. Face recognition is a mighty and scary tool, so maybe you can use it to teach your guests in a fun way about it? Also, many face recognition systems are based…
> as a developer you are always responsible for your code I believe most open source licenses explicitly declare that the developers abrogating that responsibility, including the MIT license under which this project is released.