Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thomasgust/facialrecognition-webapp

Facial recognition SAASGo Webapp. Created as a joke project, please don't deploy in real life as that would be highly unethical. A good example of one-shot image classification.
https://github.com/thomasgust/facialrecognition-webapp

ai app computer-vision cv2 dlib facial-recognition flask machine-learning python video webapp

Last synced: about 1 month ago
JSON representation

Facial recognition SAASGo Webapp. Created as a joke project, please don't deploy in real life as that would be highly unethical. A good example of one-shot image classification.

Awesome Lists containing this project

README

        

# SAASGo-WebApp
This repository contains the code of a Webapp I made for my 7th grade innovations project. We had a problem at school were people would be cutting in line a ton. As somewhat of a joke solution, I made this face detection software with the idea we could text kids parents if they cut in line. Please don't implement this as a real thing at your school as it feels highly unethical. The system works by saving a representation of each new person's face to a datastore (which in my joke project would have been gathered from yearbook photos), and then comparing the similarity of new faces to each in that dataset. A lot of the code for implementing that datastore itself comes from user:susantabiswas. Props to him, his repository can be found at https://github.com/susantabiswas/FaceRecog.