Skip to content

Releases: matiasdelellis/facerecognition-external-model

First stable release

15 Jan 15:20
bc4fbb4
Compare
Choose a tag to compare

First stable release

Changelog

v1.0.0

  • Update documentation prioritizing docker
  • Aborts elegantly when the model is restarted for any reason. Issue #10
  • Also responds 412 when the maximum image size is exceeded
  • Bump version to 1.0.0
  • Change our protocol. Dont need call open to use the service. Issue #12

Initial public release

04 Jan 15:23
d115ac7
Compare
Choose a tag to compare

Initial public release

Originally this repository was intended to be just a reference model for our external model to invite other users to create new models. Lately I changed to reflect all our internal models, and export them in a useful way in certain configurations that cannot (or do not want to) install pdlib.

Well, In last release of facerecognition app, I asked for help to give a little love to the this project and that is what we got in the last weeks.

in particular, Thanks to @szaimen now we are exporting the docker image of this service in docker hub, and we can use it in nextcloud all-in-one very easily

Thank you!. ❤️

https://hub.docker.com/repository/docker/matiasdelellis/facerecognition-external-model/general

See:

Changelog

v0.2.0

  • Add an endpoint for /health check. Just return ok.
  • The welcome endpoint also returns the model used.
  • Create docker-build.yml. PR. #7. Thanks to @szaimen
  • Add support to all internal models. PR #3. Thanks to @guystreeter
  • Add initial Dockerfile. PR #1. Thanks to @escoand

intital: Merge pull request #7 from szaimen/master

03 Jan 14:06
075898c
Compare
Choose a tag to compare