Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.2 KB

README.rst

File metadata and controls

36 lines (24 loc) · 1.2 KB

PyWatson Travis CI Code Health Documentation Status

A Python adapter for IBM Watson's question and answer API

Installation

Install the package from PyPI:

pip install pywatson

Usage

from pywatson.watson import Watson

# Create a Watson instance with your URL and credentials
# pywatson will use the endpoint `url + '/question'`
watson = Watson(url='https://watson-wdc01.ihost.com/instance/507/deepqa/v1', username='someuser', password='zyXHLz3sCoPt6G')

See also