mmstts / README.md
p
Text to speech for 1000+ languages
c9574d9
|
raw
history blame
811 Bytes
---
title: Massively Multilingual Speech (MMS) - Text To Speech
emoji: 🌍
colorFrom: yellow
colorTo: gray
sdk: gradio
app_file: app.py
pinned: true
---
## Info
Text to speech for more than 1000+ languages - Using [fairseq](https://github.com/facebookresearch/fairseq/blob/main/examples/mms/README.md) MMS TTS and [ttsmms](https://github.com/wannaphong/ttsmms) wrapper.
+ Language Iso code list (`lang_code.json`) is adapted from
https://dl.fbaipublicfiles.com/mms/tts/all-tts-languages.html
The dropdown list is quite long, so I have placed some of my friends' frequently used languages at the top. The other 1000+ languages are sorted alphabetically.
+ `mm_num2word.py` is adapted from https://github.com/hpbyte/Myanmar_Number_to_Words
+ Other dependencies, please prefer to the `requirements.txt` file.