IBM / nlc-icd10-classifier

A simple web app that shows how Watson's Natural Language Classifier (NLC) can classify ICD-10 code. The app is written in Python using the Flask framework and leverages the Watson Developer Cloud Python SDK
https://developer.ibm.com/patterns/classify-icd-10-data-with-watson/
Apache License 2.0
113 stars 57 forks source link

NLC service instances after 10/30/18 use IAM api keys #32

Closed timroster closed 5 years ago

timroster commented 5 years ago

New service instances for NLC now use resource controller and provide IAM API key as a credential instead of username / password. Code in welcome.py only looks for username / password credentials in the environment when running locally.

Updates needed for python SDK to version 2.4.1 (https://github.com/watson-developer-cloud/python-sdk/commit/dd3fdc0d85d63cf831e88e50fbb931626f22b6a5 )to use apikey credentials from VCAP when running in the IBM Cloud.