Skip to content

This repository describes IBM G-Cloud Cognitive APIs and hosts sample code

License

Notifications You must be signed in to change notification settings

IBM-Hackathon/cognitive-apis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hamburg > Howto > Cognitive APIs on IBM G-Cloud

IBM G-Cloud Cognitive APIs

Logo

This repository contains examples and how-to guides for the following Cognitive APIs available on the IBM German Cognitive Industry Cloud (G-Cloud):

  • Unmut recognize displeasure of customers in a natural written German text like E-Mails or letters from customers

  • MLA recognizes medical symptoms and disorders from natural written German texts

To use the Cognitive APIs you need to register your application and subscribe to Plan. To get started read the following:

Sample Application

The sample application (app.js) shows you how to do requests against the APIs.

To run the sample application you need to provide a valid Client-Key and -Secret (see Getting started with Cognitive APIs to obtain them). If you have them, execute the following commands:

git clone https://github.com/IBM-Hackathon/cognitive-apis.git
cd cognitive-apis/

npm install
npm start -- [CLIENT_KEY] [CLIENT_SECRET]

The return values of the APIs are explained in the docs/.

About

This repository describes IBM G-Cloud Cognitive APIs and hosts sample code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published