Added support for Human (face) running in a serverless environment #396
nuxy
started this conversation in
Show and tell
Replies: 1 comment
-
very nice - thanks for sharing! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote the following package which allows you to run TensorFlow and Human in a serverless AWS Lambda container environment. The motivation behind this was to avoid having to run a dedicated server (a cost in itself) that would be periodically used. Pay for play.
While this package was written to meet my specific use-case it can be extended pretty easily.
https://github.com/nuxy/human-face-detection
With that said, thank you for supporting the face-api and creating this package. Very helpful.
Now if I can only get it to detect 🐱 faces.
Beta Was this translation helpful? Give feedback.
All reactions