Giter Club home page Giter Club logo

Comments (8)

xiongyihui avatar xiongyihui commented on June 15, 2024

You can specify your model through model parameter.

from voice_engine.kws import KWS

kws = KWS(model='/path/to/your_model.imdl')

from voice-engine.

kameshkancherla avatar kameshkancherla commented on June 15, 2024

from voice-engine.

kameshkancherla avatar kameshkancherla commented on June 15, 2024

Hi,

I tired this and it is working but I need both Alexa and my_model.imdl. Could you please help me.

from voice_engine.kws import KWS

kws = KWS(model='/path/to/your_model.imdl')

Regards
Vithal

from voice-engine.

kameshkancherla avatar kameshkancherla commented on June 15, 2024

Team,

Some one can provide a solution where I can trigger both Alexa and my_model.pmdl. how can I trigger a small print function when my word is deducted.

Regards
Vithal

from voice-engine.

kameshkancherla avatar kameshkancherla commented on June 15, 2024

Can I use like this, but how to trigger a function based on my model along with Alexa
from voice_engine.pws import KWS
pws = KWS(model='/usr/share/respeaker/snowboy/resources/nivi.pmdl')

from voice-engine.

kameshkancherla avatar kameshkancherla commented on June 15, 2024

Hello Team,
How can I use both alexa.umdl and mymodel.pmdl both.

kws = KWS(model='alexa', sensitivity=0.8)
pws = KWS(model='/home/respeaker/voice-engine/examples/nivi.pmdl')

from voice-engine.

kameshkancherla avatar kameshkancherla commented on June 15, 2024

I found the solution, I am going to place that soon.

from voice-engine.

kameshkancherla avatar kameshkancherla commented on June 15, 2024

from voice-engine.

Related Issues (17)

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.