Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avt613/image-face-recognition
Using face recognition to identify people in photos
https://github.com/avt613/image-face-recognition
face-detection face-recognition flask gunicorn identify-people
Last synced: 6 days ago
JSON representation
Using face recognition to identify people in photos
- Host: GitHub
- URL: https://github.com/avt613/image-face-recognition
- Owner: avt613
- Created: 2020-07-08T16:24:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T06:31:20.000Z (about 2 years ago)
- Last Synced: 2024-11-05T12:13:01.521Z (about 2 months ago)
- Topics: face-detection, face-recognition, flask, gunicorn, identify-people
- Language: Python
- Homepage:
- Size: 129 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image-Face-Recognition
Using face recognition to identify people in photosyou can download this and run it with "gunicorn app:app"
config.py - contains most of the configurations used in the other scripts.
db-count-pictures.py - outputs the number of images in the db
db-find-pictures.py - adds all images to the db from a specific folder (includes subfolders). (Deletes previously added ones) Images need to be in the db in order for the program to display them. You may want to run "db-remove-empty.py" after running this. Note: the program doesn't seem to like "PNG"s
db-remove-empty.py - looks through all photos in the db and removes pictures which do not contain any faces from the db
requirements.txt - all python requirements for this program
data/faces.db - database containing faces (names and encodings) and location of all pictures. Note: there must always be at least one face encoding in the db for the program to work.
static/all/ - place to put pictures
static/assets/img/ - temporary location for images when page loaded (MUST EXIST)