Code Monkey home page Code Monkey logo

heyra's Introduction

Heyra - Icelandic speech recognition for Android

The Heyra project provides three loosely coupled components, an implementation of Android's speech recognition interface, an intent handler activity for speech recognition actions from other applications and an input method service (i.e. virtual keyboard).

Heyra provides an implementaion of android.speech.RecognitionService that interfaces with an online gRPC speech recognition service. It can be any service that implements tiro.speech.v1alpha.Speech, but by default it connects to speech.tiro.is.

To use the Heyra service in other applications one can either use it directly by calling SpeechRecognizer#createSpeechRecognizer:

recognizer = SpeechRecognizer.createSpeechRecognizer(
    context,
    ComponentName.unflattenFromString("is.tiro.heyra/RecognitionService")
)

or alternatively launch an activity with the RecognizerIntent.ACTION_RECOGNIZE_SPEECH intent which will pop up a modal that performs the recognition returns the recognized results in an extra bundle.

The development is in early stages, so expect bugs.

Acknowledgements

This project was funded by the Language Technology Programme for Icelandic 2019-2023. The programme, which is managed and coordinated by Almannarómur, is funded by the Icelandic Ministry of Education, Science and Culture.

License

All new code is Copyright © 2022 Tiro ehf and licensed under the Apache 2.0 LICENSE license.

heyra's People

Contributors

rkjaran avatar

Stargazers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.