An open API service indexing awesome lists of open source software.

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

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
```