Coder Social home page Coder Social logo

jrmeyer / stt-model-manager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from coqui-ai/stt-model-manager

0.0 1.0 0.0 8.5 MB

Coqui STT Model Manager - install, manage and try out Coqui STT models from the Model Zoo

Home Page: https://coqui.ai

License: Mozilla Public License 2.0

Python 19.03% HTML 7.64% Makefile 0.54% JavaScript 71.05% CSS 1.73%

stt-model-manager's Introduction

Coqui STT Model manager

๐ŸธSTT Model Manager is a tool for installing and trying out Coqui STT models from the Coqui Model Zoo.

Usage

$ pip install coqui_stt_model_manager
$ stt-model-manager

Build and install from source

Build dependencies:

  • Node.JS
  • Yarn
  • Python >=3.6
  • Up-to-date pip/setuptools/wheel packages
$ # Create and activate virtualenv:
$ python -m venv /tmp/venv
$ /tmp/venv/bin/activate
$ # Update Python packaging tools:
$ python -m pip install -U pip setuptools wheel
$ # Install package
$ make install

Development installation (editable, with pre-commit hooks)

$ # Create and activate virtualenv:
$ python -m venv /tmp/venv
$ /tmp/venv/bin/activate
$ # Install package in editable mode:
$ make dev_install
$ # Install pre-commit hooks for development:
$ make install_pre_commit_hooks

Running in development mode (watching file changes and rebuilding automatically)

The following command will watch the React-based front-end files for changes and rebuild automatically:

$ yarn watch

Then, in a separate terminal window run the following to start the Python server in debug mode:

$ # Create and activate virtualenv:
$ python -m venv /tmp/venv
$ /tmp/venv/bin/activate
$ # Start server in debug mode with automatic server reloads:
$ stt-model-manager --debug

For now you have to reload the browser manually. We'd gladly welcome a PR adding auto-refresh functionality :)

Build Python package (sdist/wheel)

$ make package
$ ll dist/

stt-model-manager's People

Contributors

jrmeyer avatar kellyjdavis avatar reuben avatar

Watchers

 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.