extra_gated_heading: "This repository is publicly accessible, but you have to accept the Terms and Conditions to access its files and content."
extra_gated_description: "## Terms and Conditions of Use
Agreement
These Terms and Conditions govern the use of the Galician text-to-speech (TTS) model Nos_TTS-brais-matcha-graphemes based on artificial neural networks developed within the framework of the Nós Project of the University of Santiago de Compostela (hereinafter, "Holder"). The model is available for download and use under the Apache License, Version 2.0. By downloading or using the model, the user (hereinafter, "User") agrees to these terms.
The use of the models also implies compliance with privacy policies and any additional regulations associated with the download repository.
Purpose
The TTS model is designed for research and development of applications related to TTS technology in Galician.
License
The model is made available under the Apache License, Version 2.0, which allows its use, modification, and distribution, provided the license terms are respected, including proper acknowledgement of the Holder as the original creator.
Permitted Use
The model may be used to generate synthetic speech in Galician according to the terms of the aforementioned License.
Users are responsible for complying with applicable laws and respecting third-party rights when using the model.
Restrictions
Users agree not to:
Use the model for illegal activities or any activity that may infringe intellectual property or other third-party rights, including, but not limited to, its use to promote disinformation, hate speech or breaches of privacy.
Claim that the model was developed by entities other than the Holder.
Disclaimer
The model is provided "as is" without any warranty of any kind. The Holder shall not be liable for any direct, indirect, or consequential damages resulting from the use or inability to use the model and does not guarantee the absence of bias or errors in the generated content.
Amendments to the Terms
These Terms may be updated by the Holder at any time. The latest version will be available in the repository where the model is hosted.
This document is a legal contract between you and the dataset provider. By accessing and using the model, you acknowledge and agree to abide by the Terms and Conditions."
extra_gated_button_content: "I agree to the Terms and Conditions"
extra_gated_fields:
Name: text
Email: text
Institution: text
Country: country
I want to use this model for:
type: text
license: apache-2.0
datasets:
proxectonos/Nos_Brais-GL
language:
gl
pipeline_tag: text-to-speech
tags:
TTS
speech-synthesis
Galician
male-speaker
Matcha-TTS
Brais: Nós Project's Galician TTS Model
Model description
Brais is a Galician TTS model developed by the Nós project. It was trained from scratch using the Matcha-TTS Python library on the corpus Nos_Brais-GL. This corpus comprises a total of 16,121 sentences recorded by a professional male voice talent, corresponding to approximately 18 hours of speech.
The model was trained directly on grapheme inputs, so no phonetic transcription is required. The Cotovía tool can be used to normalize the input text.
Intended uses and limitations
You can use this model to generate synthetic speech in Galician.
Installation
Cotovía
For text normalization, you can use the front-end of Cotovía. This software is available for download on the SourceForge website. The required Debian packages are cotovia_0.5_amd64.deb and cotovia-lang-gl_0.5_all.deb, which can be installed using the following commands:
To synthesize speech, you need to install the Coqui TTS library:
pip install matcha-tts
How to use
Command-line usage
The following command normalizes and synthesizes the input text using the Brais model:
matcha-tts --text "a erupción provoca a emanación de gases á atmosfera." --checkpoint_path brais.ckpt --vocoder hifigan_univ_v1 --output_folder . --speaking_rate 1
The output synthesized speech is saved to the specified audio file.
This research was produced within the framework of the Proxecto Nós, funded by the Ministry for Digital Transformation and Public Administration and the Recovery, Transformation, and Resilience Plan – Funded by the European Union – NextGenerationEU, as part of the Ilenia Project with reference 2022/TL22/00215336, and previously “The Nós project: Galician in the society and economy of Artificial Intelligence”, resulting from the agreement 2021-CP080 between the Xunta de Galicia and the University of Santiago de Compostela, and thanks to the Investigo program, within the National Recovery, Transformation and Resilience Plan, within the framework of the European Recovery Fund (NextGenerationEU).