Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielo515/photoprism_face_recognition
https://github.com/danielo515/photoprism_face_recognition
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielo515/photoprism_face_recognition
- Owner: danielo515
- Created: 2020-11-08T11:22:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T17:28:25.000Z (about 2 years ago)
- Last Synced: 2024-04-14T23:57:24.826Z (9 months ago)
- Language: Python
- Size: 857 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Photoprism face-recognition project
This project aims to add face recognition to photoprism from outside of it.
This is meant to run as a sidecar process/container, and it will connect to the photoprism database and API and will use the existing data there
to perform face recognition.## Why use the api instead of just pick the files
The reason we use the API is because photoprism already has created smaller versions of each photo, which is nice for faster face recognition processing.
We consider that quering the API for the existing thumbnails is the best and more resliant way to get them because:
- Thumbnails are stored on a very complex folder structure
- We have extra information about them as the photo they come from etc## State of the project
This project is just a proof of concept from now, and should not be used by anyone but me 😄.