Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 6 hours 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
```