diff --git a/README.md b/README.md index c956ac7..56dbc5b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ # Serverless Image Recognition with Cloud Functions +## WARNING: This repository is no longer maintained. + +This repository will not be updated. The repository will be kept available in read-only mode. + The application demonstrates an IBM Cloud Functions (based on Apache OpenWhisk) that gets an image from the Cloudant database and classifies it through Watson Visual Recognition. The use case demonstrates how actions work with data services and execute logic in response to Cloudant events. One function, or action, is triggered by changes (in this use case, an upload of a document) in a Cloudant database. These documents are piped to another action that submits the image to Watson Visual recognition and upload a new document in Cloudant with the classifiers produced by Watson.