Deprecated |
---|
This Dialogflow client library and Dialogflow API V1 have been deprecated and will be shut down on October 23th, 2019. Please migrate to Dialogflow API V2 and the v2 client library |
.. 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
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.
Create an API.AI account <http://api.ai>
_.
- Find examples from 'examples' path.
- Insert API key.
.. code-block:: python
>>> CLIENT_ACCESS_TOKEN = '<YOUR_CLIENT_ACCESS_TOKEN>'
...
- Speech Recognition.
- Voice Activity Detection.
- Natural Language Processing.
To install apiai, simply:
.. code-block:: bash
$ pip install apiai
or install it from repo:
.. code-block:: bash
$ pip install https://github.com/api-ai/api-ai-python.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.
In ubuntu the following will do the job:
.. code-block:: bash
$ apt-get install python-pyaudio python-numpy
$ pip install apiai
Documentation is available at http://api.ai.
Please read and follow the steps in the CONTRIBUTING.md.
See LICENSE.
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.
This is not an official Google product.