Coder Social home page Coder Social logo

kalliope_trigger_precise_p7iq's Introduction

Precise trigger

Trigger for Kalliope

Installation

kalliope install --git-url https://github.com/corus87/kalliope_trigger_precise.git

To use precise you need to install precise-engine. It will try to download the engine by itself.

For manual installation here you can find the binary data for your platform.

For installation on the raspberry follow these instructions:

cd your_starter_kit/resources/trigger/precise
wget https://github.com/MycroftAI/mycroft-precise/releases/download/v0.3.0/precise-engine_0.3.0_armv7l.tar.gz
tar -xvzf precise-engine_0.3.0_armv7l.tar.gz
rm precise-engine_0.3.0_armv7l.tar.gz

Parameters

parameter required type default choices comment
pb_file Yes string Path to the precise wake word.
sensitivity No string 0.5 between 0 and 1 Increasing the sensitivity value lead to better detection rate, but also higher false alarm rate.

Example settings

# This is the trigger engine that will catch your magic work to wake up Kalliope.

default_trigger: "precise"

# Trigger engine configuration
triggers:
  - precise:
      pb_file: "trigger/precise_models/your_wake_word.pb"

Available Precise wake words

There are some available wake words here and here . You need the wake_word.pb and wake_word.pb.params file, both need to be in the same directory.

Create your own wake word

To create your own wake word, follow the instructions here. You can find some additional information here

Note

You have to add the path to the trigger folder in your settings. E.g.:

# ---------------------------
# resource directory path
# ---------------------------
resource_directory:
  trigger: "resources/trigger"
  neuron: "resources/neurons"
  stt: "resources/stt"
  tts: "resources/tts"

kalliope_trigger_precise_p7iq's People

Contributors

corus87 avatar trellixvulnteam 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.