Giter Club home page Giter Club logo

Comments (1)

will-ca avatar will-ca commented on September 16, 2024
  • What is the canonical place to put models? Do the docs give a recommendation?

nshmyrev commented on Apr 29, 2022
Like I wrote before we need to look for models in 3 places: /usr/share/vosk, /home/user/.cache/vosk, os.env('VOSK_MODEL_PATH').

MODEL_DIRS = [os.getenv("VOSK_MODEL_PATH"), Path("/usr/share/vosk"),
        Path.home() / "AppData/Local/vosk", Path.home() / ".cache/vosk"]

https://github.com/alphacep/vosk-api/blob/4c720974788cfe3b985b2bf228899cba265afde4/python/vosk/__init__.py#L18-L19

    def get_model_by_name(self, model_name):
        for directory in MODEL_DIRS:

https://github.com/alphacep/vosk-api/blob/4c720974788cfe3b985b2bf228899cba265afde4/python/vosk/__init__.py#L72-L73

    def get_model_by_lang(self, lang):
        for directory in MODEL_DIRS:

https://github.com/alphacep/vosk-api/blob/4c720974788cfe3b985b2bf228899cba265afde4/python/vosk/__init__.py#L89-L90

…Or, actually, since it looks like class vosk.Model() already includes search path logic anyway, why does vosk-cli implement its own model_path() resolution order?

from vosk-cli.

Related Issues (6)

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.