Skip to content

soundhound/houndify-sdk-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Houndify SDK for iOS


This library allows you to houndify your iOS app.

What is Houndify

Houndify is a Developer Platform that allows anyone to add smart, voice enabled, conversational interfaces to anything with an Internet connection. Once you integrate with Houndify, your product will instantly understand a wide variety of questions and commands.

What makes Houndify unique is that rather than being one link in a chain of technologies, Houndify is a one-stop destination for all of the technologies needed to voice enable anything.

Including:

  • Fast and large scale speech recognition
  • Powerful natural language understanding
  • Rich results covering the most popular domains such as Weather, Sports, Stocks, Hotels, Local Businesses, Home Automation, and more, with data provided from many popular companies including Uber, Yelp, and Expedia

Finally, you don't need to be a scientist to use Houndify. Developers can get up and running within minutes. It is also platform agnostic, so you can build it once and deploy it everywhere.

Get started

First register a client on https://wwww.houndify.com.

Install the SDK via Cocoapods by adding the following line to your Podfile:

pod `HoundifySDK`

Install the SDK via Carthage by adding the following line to your Cartfile:

github "soundhound/houndify-sdk-ios"
github "soundhound/houndify-sdk-ios-phrasespotter"

The SDK is also available for download at houndify.com

Try it out

For Cocoapods user, simply do:

pod try HoundifySDK

You can also download sample projects from our website for Swift version or Objective-C version.

Documentation

Visit https://docs.houndify.com/sdks/docs/ios for reference documentation.

Important Note

The SDK also requires the HoundifyPhraseSpotter framework to operate, which can be downloaded from the Houndify website.

License

See the LICENSE file.

Terms and conditions

Visit https://www.houndify.com/terms for terms and conditions.