coqui-ai / STT

🐸STT - The deep learning toolkit for Speech-to-Text. Training and deploying STT models has never been so easy.
https://coqui.ai
Mozilla Public License 2.0
2.23k stars 270 forks source link

Test inference #2314

Open MEI-mk11 opened 1 year ago

MEI-mk11 commented 1 year ago

Pull request guidelines

Welcome to the 🐸STT project! We are excited to see your interest, and appreciate your support!

This repository is governed by the Contributor Covenant Code of Conduct. For more details, see the CODE_OF_CONDUCT.md file.

In order to make a good pull request, please see our CONTRIBUTING.rst file, in particular make sure you have set-up and run the pre-commit hook to check your changes for code style violations.

Before accepting your pull request, you will be asked to sign a Contributor License Agreement.

This Contributor License Agreement:

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

MEI-mk11 commented 1 year ago

@s1nayak @Nikav7

Nikav7 commented 1 year ago

@ZhengkunMei I found the inference really interesting to start working with coqui-sst, and since I just focused on tts lately, this was really instructive. I followed the readme guidelines and successfully created the venv and installed the sst. the stt-manager successfully launched a tab where the download of the different language models was possible. I tried with Italian, it's working pretty good even with some errors.

Nikav7 commented 1 year ago

@ZhengkunMei @s1nayak I hence propose the grade of 9/10 since it is a good example and start point to install and use a sst model training local.