-
Notifications
You must be signed in to change notification settings - Fork 5
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
IBM Watson Support #4
Labels
Comments
28mm
added a commit
that referenced
this issue
Feb 24, 2017
28mm
added a commit
that referenced
this issue
Feb 24, 2017
28mm
added a commit
that referenced
this issue
Feb 24, 2017
28mm
added a commit
that referenced
this issue
Feb 24, 2017
With the foregoing commits, the
|
28mm
added a commit
that referenced
this issue
Feb 25, 2017
The daily transaction limit for Watson's free plan is set fairly low. {
"labels": {
"status": "ERROR",
"statusInfo": "daily-transaction-limit-exceeded"
}
} |
28mm
added a commit
that referenced
this issue
Mar 2, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IBM Watson's Visual Recognition service has a free tier that supports < 250 requests / day. It does image classification and face detection, as well as supporting a category schema like Microsoft's. It appears to support celebrity detection via the same category system.
https://www.ibm.com/watson/developercloud/doc/visual-recognition/getting-started.html
Example Image Classification:
Example face and Identity detection:
The text was updated successfully, but these errors were encountered: