Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
/ pywatson Public archive

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

License

Notifications You must be signed in to change notification settings

unhaltable/pywatson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ab15d1c · May 7, 2015
Nov 1, 2014
Nov 1, 2014
Nov 1, 2014
Oct 28, 2014
Oct 31, 2014
Oct 26, 2014
Nov 6, 2014
Oct 27, 2014
Oct 26, 2014
Nov 1, 2014
May 7, 2015
Oct 31, 2014
Nov 1, 2014
Nov 1, 2014

Repository files navigation

PyWatson Travis CI Code Health Documentation Status

WARNING: This project is out-of-date and unmaintained, and may be incorrect. Proceed with caution.

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages