Create Your Own Voice Model - Snowboy

Поділитися
Вставка
  • Опубліковано 20 кві 2021
  • *All commands used are in a pastebin*
    Today we'll be taking a look generating custom voice models for use with the snowboy project.
    Links:
    github.com/seasalt-ai/snowboy
    pastebin.com/ZvUgZ8ah
  • Навчання та стиль

КОМЕНТАРІ • 8

  • @jockeberg4089
    @jockeberg4089 Рік тому

    Awesome! I was so disappointed when I realized the snowboy project was cancelled, but then relieved when I saw it was forked. Doesn't seem too hard to do this in command line either.

  • @robertopinheiro5862
    @robertopinheiro5862 2 роки тому

    This video is perfect! Thanks

  • @benteam
    @benteam Рік тому

    Thanks!

  • @virtualzeth8868
    @virtualzeth8868 3 роки тому

    Here is a comment for the UA-cam algorithm!

  • @docksfps
    @docksfps Рік тому

    hello i am getting the issue that scipy cannot be built

    • @bluehippotech
      @bluehippotech  Рік тому +1

      Scipy?

    • @docksfps
      @docksfps Рік тому +1

      @@bluehippotech yeah just solved it by adding pip install numpy and mkv before the install requirements line...
      seems like last scipy version on python 2 has dependencies on numpy and mkv.
      But now i got a problem when running the docker, it was not the one you showed in your video, it has something to do with import... when I get to my computer again I will add another comment more detailed in this new problem

    • @docksfps
      @docksfps Рік тому

      @@bluehippotech after running
      sudo docker run -it -v $(pwd)/model:/snowboy-master/examples/Python/model snowboy-pmdl
      I get this message:
      Traceback (most recent call last):
      File "generate_pmdl.py", line 7, in
      from pmdl.snowboy_pmdl import SnowboyPersonalEnroll, SnowboyTemplateCut
      File "/snowboy-master/examples/Python/pmdl/snowboy_pmdl.py", line 10, in
      from snowboy import *
      File "/snowboy-master/examples/Python/pmdl/lib/ubuntu64/pmdl/snowboy.py", line 28, in
      _snowboy = swig_import_helper()
      File "/snowboy-master/examples/Python/pmdl/lib/ubuntu64/pmdl/snowboy.py", line 24, in swig_import_helper
      _mod = imp.load_module('_snowboy', fp, pathname, description)
      ImportError: /snowboy-master/examples/Python/pmdl/lib/ubuntu64/pmdl/_snowboy.so: cannot open shared object file: No such file or directory