Skip to content

Commit

Permalink
Add link to documentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Elleo committed Dec 12, 2017
1 parent 2639f1d commit 53e5252
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[![CircleCI](https://circleci.com/gh/bloogram/cape-client.svg?style=shield&circle-token=cd2f01eaa4a83742a3cf5beaeb3ed8b8f69c8561)](https://circleci.com/gh/bloogram/cape-client)

# Cape API Client Module
Python client library for the Cape API

Cape is an API from Bloomsbury AI that makes it easy to build software that answers questions about the contents of documents. For example, you can use cape to:

Build a super-powered ctrl+f that finds the answer to questions like ‘Who is the CFO?’, rather than just all the occurrences of a keyword.
Build an expressive query tool for textual data - extract features with a single question.
Build a virtual office assistant that answers routine questions through Slack.
Build an add-on to your private search that mimics Google’s ‘direct answers’.

Read the full documentation at <http://cape-client.readthedocs.io/>

0 comments on commit 53e5252

Please sign in to comment.