New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

apiai

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apiai

The API.AI iOS SDK makes it easy to integrate speech recognition with API.AI natural language processing API on iOS devices.

  • 1.2.3
  • PyPI
  • Socket score

Maintainers
1

api.ai: Python SDK for API.AI <http://api.ai>_

.. 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

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.

Prerequsites

Create an API.AI account <http://api.ai>_.

Running examples

  1. Find examples from 'examples' path.
  2. Insert API key.

.. code-block:: python

>>> CLIENT_ACCESS_TOKEN = '<YOUR_CLIENT_ACCESS_TOKEN>'
...

Features

  • Speech Recognition.
  • Voice Activity Detection.
  • Natural Language Processing.

Installation

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

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

.. :changelog:

Release History

0.0.8 (2015-01-29) ++++++++++++++++++

  • scipy removed from dependencies in library.
  • scipy removed from dependencies in examples.

0.0.1 (2014-03-1) ++++++++++++++++++

  • Conception

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc