https://github.com/w2wizard/facecmp
A dockerized python service to which a image can be posted to that then tries to match it with something in it's database
https://github.com/w2wizard/facecmp
Last synced: 2 months ago
JSON representation
A dockerized python service to which a image can be posted to that then tries to match it with something in it's database
- Host: GitHub
- URL: https://github.com/w2wizard/facecmp
- Owner: W2Wizard
- License: mit
- Created: 2023-06-20T12:36:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T14:16:17.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T04:44:12.976Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# facecmp
A dockerized python service to which a image can be posted to that then tries to match it with something in it's database
```bash
docker build -t w2wizard/facecmp .
docker run -p 4242:4242 -v ./db/:/app/db/ w2wizard/facecmp
```