All Projects → watson-developer-cloud → Speech To Text Swift

watson-developer-cloud / Speech To Text Swift

Licence: apache-2.0
Speech-to-Text example using the Swift SDK

Programming Languages

swift
15916 projects

Speech to Text Demo (Swift)

This repository contains an example application to demonstrate how to use the Speech to Text functionality of the Watson Developer Cloud Swift SDK.

Requirements

  • iOS 8.0+
  • Xcode 9.0+
  • Swift 4.0+

Dependency Management

This project uses Carthage to manage dependencies. You can install Carthage using Homebrew.

> brew install carthage

Getting Started

  1. Clone the repository: git clone https://github.com/watson-developer-cloud/speech-to-text-swift.git
  2. Build the dependencies: carthage update --platform iOS.
  3. Copy CredentialsExample.swift to Credentials.swift: cp CredentialsExample.swift Credentials.swift
  4. Open Speech to Text.xcodeproj in Xcode
  5. Update your Speech to Text instance's credentials in Credentials.swift
  6. Build and run the app!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].