IBMWatsonVisualRecognition
Connect to the IBM Watson Visual Recognition API to tag images, isolate faces, and train your own concept.Test an API call in your browser and export the code. The IBM Watson Visual Recognition has free and paid plans as of 3/8/2016: https://www.ibm.com/watson/developercloud/visual-recognition.html
IBMWatsonVisualRecognition endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
classifyImage /classifyImage |
Upload URLs to identify classes by default. |
| POST |
createClassifier /createClassifier |
Train a new multi-faceted classifier on the uploaded image data. |
| POST |
deleteClassifier /deleteClassifier |
Delete a specific classifier. |
| POST |
detectFaces /detectFaces |
Analyze faces in images and get data about them, such as estimated age, gender, plus names of celebrities. |
| POST |
getCustomClassifiers /getCustomClassifiers |
Retrieve a list of user-created classifiers. |
| POST |
getSingleClassifier /getSingleClassifier |
Retrieve information about a specific classifier. |
| POST |
updateClassifier /updateClassifier |
Update an existing classifier by adding new classes, or by adding new images to existing classes. |
IBMWatsonVisualRecognition pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — | — |