You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Using Facebook login credentials to build a private album
Uploading images to it
Retrieving detected faces and image labels via either a public api or a scraping tool like Selenium
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
The text was updated successfully, but these errors were encountered: