Skip to content

Latest commit

 

History

History
executable file
·
25 lines (16 loc) · 1.13 KB

README.md

File metadata and controls

executable file
·
25 lines (16 loc) · 1.13 KB

iOS Conversation

News

An Android version is coming up soon! Check it out here!

Summary

This app uses native functionality and Watson services to create a voice-activated chatbot. The default configuration uses:

  • iOS native speech recognition (en-US)
  • Watson Conversation (must be configured before use)
  • Siri's voice (en-US)

You may opt to replace each of these API's with Watson services, by configuring each of them in the Settings screen. Additionally, the app supports custom orchestrator and voice synthesis URLs, but expects the same interface offered by Watson services. Refer to the official documentation for more details:

Running the project

Clone the repository and install Carthage dependencies.

$ git clone [email protected]:mbigelli/ios-conversation.git
$ carthage bootstrap