stt-model-manager icon indicating copy to clipboard operation
stt-model-manager copied to clipboard

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

Results 8 stt-model-manager issues
Sort by recently updated
recently updated
newest added

add a way to install a local model to the STT Model Manager from a checkpoint folder or from TFLite + Scorer files currently, you have to go through the...

The problem is partial download is treated as successful download after restart stt-model-manager . A simple solution can be : 1. using a tmp file name when downloading , and...

Currently we are using v4.42.0 of Webpack. It's not too old but since the model manager is not an example project but rather a real useful tool for production, it...

enhancement

Webpack logs are underwhelming by default. Prior to v0.0.21 of the model manager, we tapped the logs using a custom hook to control the flow of logs. Unfortunately since the...

I'm getting same error as issue #15, Safari on macos is refusing to allow access to the server, which is running. I cleared the Safari settings for the site and...

Could we rename the POSTed parameters from ``` { "name": "test_model", "language": "english", "version": "0.0.1", "creator": "reuben", "acoustic": "https://github.com/coqui-ai/STT-models/releases/download/english/coqui/v0.9.3/model.pbmm", "scorer": "https://github.com/coqui-ai/STT/releases/download/v0.9.3/coqui-stt-0.9.3-models.scorer" } ``` to ``` { "name": "test_model", "language": "english",...