Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thomasgust/facialrecognition-webapp
- Owner: ThomasGust
- Created: 2022-06-01T23:29:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T21:20:15.000Z (12 months ago)
- Last Synced: 2024-12-19T23:44:19.808Z (about 1 month ago)
- Topics: ai, app, computer-vision, cv2, dlib, facial-recognition, flask, machine-learning, python, video, webapp
- Language: Python
- Homepage:
- Size: 32.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.