https://github.com/serhaturtis/ml-facefinder
A simple face search implementation.
https://github.com/serhaturtis/ml-facefinder
docker face-recognition face-search machine-learning python
Last synced: about 1 month ago
JSON representation
A simple face search implementation.
- Host: GitHub
- URL: https://github.com/serhaturtis/ml-facefinder
- Owner: serhaturtis
- Created: 2022-08-14T07:26:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T07:30:28.000Z (about 3 years ago)
- Last Synced: 2025-02-26T12:35:11.074Z (8 months ago)
- Topics: docker, face-recognition, face-search, machine-learning, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Face Finder
A simple face search implementation with "face_recognition" python library.
## Workspace Structure
Place faces to search in "workspace/target" and files to be searched in "workspace/search". After running the docker image, matches will be placed in workspace/matches folder.