This repository was archived by the owner on Jun 6, 2026. It is now read-only.
Switch to SkyBiometry Face Detection and Recognition API#1
Open
Liuftvafas wants to merge 28 commits into
Open
Conversation
…es. Also use a get_random_string function instead of tempfile.
That way it is more robust against clashing file/field names and less code to maintain.
…e, it would try to decode any other data in the mutlipart response when concatenating, which will usually fail, as image data can't be decoded as ascii text.
UnicodeDecodeError when using file-like objects with unicode name.
Because SkyBiometry is intended to be used as a drop-in replacement for developers using face.com API most of functionality should work.
Some minor fixes: - removed print statement - added account/namespaces method - 'detector' parameter was missing in faces/recognize call
Update face_client.py
Added Python 3 support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SkyBiometry Face Detection And Recognition API is intended to be used as a drop-in replacement for developers using face.com API. I would like to suggest to switch to this service because face.com API is no longer available.