Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kshitij86/face-finder
Identify known faces in images, using minimal training data.
https://github.com/kshitij86/face-finder
Last synced: about 11 hours ago
JSON representation
Identify known faces in images, using minimal training data.
- Host: GitHub
- URL: https://github.com/kshitij86/face-finder
- Owner: kshitij86
- Created: 2020-03-19T11:30:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:50:13.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T12:27:49.332Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face Finder
#### Finds faces in images.
1. Clone the repo and remove the default images, if you wish to use your own
2. Place your images (must contain a single face) in ```known_faces``` with the correct label
3. Do a ```pip install -r requirements.txt```
4. Run ```recognize.py```It can find faces in images quite accurately, but labelling them can done only if at least one image exists
with the proper labelled folder in ```known_faces```## Screenshots
![](screenshots/single_person.png)
![](screenshots/multiple_people.png)