项目作者: mideind

项目描述 :
Icelandic-language voice assistant app for iOS
高级语言: C
项目地址: git://github.com/mideind/Embla_iOS.git
创建时间: 2019-05-29T12:11:53Z
项目社区:https://github.com/mideind/Embla_iOS

开源协议:GNU General Public License v3.0

下载


License: GPL v3
Language
Release
Build

Embla iOS client (deprecated)

The native Embla iOS client has been DEPRECATED. Embla on iOS is now implemented in Flutter
and all future development takes place in this repo.

Embla is an Icelandic-language voice assistant powered by the Greynir
query engine. This is the repository for the native Embla iOS client.

Written in Objective-C for iOS 13.0+. Probably only builds on a recent version of macOS.

Build instructions

Building the app requires Xcode 12+ and
CocoaPods.

After cloning the repository, run the following command from the repo root:

  1. $ pod install

Once installation is complete, open Embla.xcworkspace with Xcode and build. Alternatively, you
can build an unsigned debug app binary by running the build script from the repository root:

  1. $ ./build.sh

The build script requires xcpretty, which you can install
with the following command:

  1. $ sudo gem install xcpretty

NB: In order to function correctly, the app requires a valid API key for Google’s Speech-to-Text API.
The key should be saved in the following text file:

  • Keys/GoogleAPI.key

Screenshots





Acknowledgements

The Embla iOS client uses Snowboy for hotword detection
and Google’s Speech-to-Text API for speech recognition.

GPL License

The Embla source code is Copyright (C) 2019-2023 Miðeind ehf.

Miðeind ehf.

This program and its source code is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU General Public License for more details.

The full text of the GNU General Public License v3 is
included here
and also available here:
https://www.gnu.org/licenses/gpl-3.0.html.

If you wish to use this program in ways that are not covered under the
GNU GPLv3 license, please contact us at mideind@mideind.is
to negotiate a custom license. This applies for instance if you want to include or use
this software, in part or in full, in other software that is not licensed under
GNU GPLv3 or other compatible licenses.

The Embla logo, icon and other images are Copyright (C) Miðeind ehf.
and may not be used without permission.