Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
api.ai: Python SDK for `API.AI <http://api.ai>`_
DialogFlow: Python SDK for `DialogFlow <http://dialogflow.com>`_
=========================

.. image:: https://badge.fury.io/py/apiai.svg
:target: http://badge.fury.io/py/apiai

.. image:: https://travis-ci.org/api-ai/api-ai-python.svg
:target: https://travis-ci.org/api-ai/api-ai-python

[<img src="https://badge.fury.io/py/apiai.svg">](http://badge.fury.io/py/apiai) [<img src="https://travis-ci.org/api-ai/api-ai-python.svg">](https://travis-ci.org/api-ai/api-ai-python)

Overview
--------

The API.AI Python SDK makes it easy to integrate speech recognition with API.AI natural language processing API. API.AI allows using voice commands and integration with dialog scenarios defined for a particular agent in API.AI.
The DialogFlow Python SDK makes it easy to integrate speech recognition with DialogFlow natural language processing DialogFlow allows using voice commands and integration with dialog scenarios defined for a particular agent in DialogFlow.

Prerequsites
--------

Create an `API.AI account <http://api.ai>`_.
Create a `DialogFlow account <http://dialogflow.com>`_.


Running examples
Expand All @@ -40,7 +35,7 @@ Features
Installation
------------

To install apiai, simply:
To install DialogFlow/api.ai, simply:

.. code-block:: bash

Expand All @@ -50,7 +45,7 @@ or install it from repo:

.. code-block:: bash

$ pip install https://github.com/api-ai/api-ai-python.git
$ pip install https://github.com/dialogflow/dialogflow-python-client.git

You might run into problems because some dependencies in your python environment are missing. You need to install numpy (which is available in almost all package managers). For running the examples you also need python audio.

Expand All @@ -64,7 +59,7 @@ In ubuntu the following will do the job:
Documentation
-------------

Documentation is available at http://api.ai.
Documentation is available at http://dialogflow.com.

## How to make contributions?
Please read and follow the steps in the [CONTRIBUTING.md](CONTRIBUTING.md).
Expand All @@ -75,4 +70,4 @@ See [LICENSE](LICENSE).
## Terms
Your use of this sample is subject to, and by using or downloading the sample files you agree to comply with, the [Google APIs Terms of Service](https://developers.google.com/terms/).

This is not an official Google product.
This is not an official Google product.