Giter VIP home page Giter VIP logo

Comments (6)

dwks avatar dwks commented on August 28, 2024 2

Thanks for your interest!

  • single/double quotes were broken; I just pushed a fix to master. Basically, the parser used to have a separate list of words for its lexer which I sometimes forgot to update. Now the list of terminals is automatically determined from the parser. Try "single quote".
  • I added "number (one|two|...)"
  • I did not add curly braces but here's how. Look up the xkeysyms name for your character (https://www.cl.cam.ac.uk/~mgk25/ucs/keysymdef.h), i.e. here it's probably braceleft and braceright. Test whether it's right by running xdotool key braceleft. Then add this to grammar/main.py in the p_character function, you'll need to add character ::= lace and 'lace': 'braceleft', and that's it.
  • I did not enable it, but the underlying system supports a "speaker customization" feature which will learn your own voice. If you're interested in this I can try to find out more. However, the current speech model is only of decent quality; you would probably get higher accuracy by retraining a new kaldi model. This is quite an undertaking though. You can prepare for it by running your own silvius server and recording each phrase (I think this is the default) to use yourself as training data.
  • 'x. ray' is an unfortunate consequence of the dictionary which I could have fixed but instead I just added 'expert' :/

from silvius.

dwks avatar dwks commented on August 28, 2024 1

P.S. Using a higher quality microphone provides pretty good improvement in recognition accuracy! See my HOPE XI talk for details. Be sure to join the mailing list if you haven't already. One of these days I'm going to make some new models for Silvius. I also wrote a Google-based backend for Silvius which is fairly close to being ready for release.

Also haha if you insist: bitcoin 3DKqbQNndAyCMbjj3jpGTxPqTozDRW4kkZ

from silvius.

piotrpalek avatar piotrpalek commented on August 28, 2024

👍 very interested in the google based backend, trying out aenea right now and well.. it's a bit cumbersome to setup ;)

from silvius.

dwks avatar dwks commented on August 28, 2024

OK! Well, do you want to beta test my Google backend? If so please send me an email, you can find my address on my website elfery.net.

from silvius.

KanoczTomas avatar KanoczTomas commented on August 28, 2024

Hi @dwks , I am trying to find your commit, but the last I see is july 23rd. Is it a different repo, or am I doing something wrong?

Btw that google backend sounds great. Will send you an email, would love to help test out as well.

from silvius.

dwks avatar dwks commented on August 28, 2024

The last commit is from July 30th. I wrote it in a different branch and didn't push it, wanted to test it more but it seems fine! It's this current repo, https://github.com/dwks/silvius

Sent you a message about the google backend!

from silvius.

Related Issues (20)

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.