Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental Facebook support #9

Open
28mm opened this issue Feb 23, 2017 · 0 comments
Open

Experimental Facebook support #9

28mm opened this issue Feb 23, 2017 · 0 comments
Assignees

Comments

@28mm
Copy link
Owner

28mm commented Feb 23, 2017

Facebook do image classification and captioning, which they expose via the <img alt=""> attribute, as well as face detection and recognition which are exposed via a user-tagging interface. Some of this may be exposed via a public api, the rest might require scraping logic.

Implementing a Facebook provider would involve

  1. Using Facebook login credentials to build a private album
  2. Uploading images to it
  3. Retrieving detected faces and image labels via either a public api or a scraping tool like Selenium
@28mm 28mm self-assigned this Feb 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant