singnet / face-services

Everything faces πŸ‘ΆπŸ‘¦πŸ‘§πŸ‘¨πŸ‘©πŸ‘΄πŸ‘΅ - detection, landmarks, alignment, recognition.
MIT License
29 stars 9 forks source link

Implement web frontend #2

Open ferrouswheel opened 6 years ago

ferrouswheel commented 6 years ago

Use https://github.com/ericbets/danby - or another browser/gRPC proxy, to build a web api that trivially interacts with active services.

Requires #1 to be completed.

ferrouswheel commented 6 years ago

Another option is https://github.com/improbable-eng/grpc-web

ferrouswheel commented 6 years ago

With the implementation of #5, we can instead just call jsonrpc directly from a browser js client.