Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong authored Jul 9, 2024
1 parent a46f15c commit b53d1c1
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,26 @@

Do you want to do someting about Thai language from Open Source? Here is the guideline about resource for working with Thai language in your open-source AI project!

[WIP]

## Smart Speakers

For smart speakers task, you want to do:

- Speech-to-text model
- Keyword Spotting (KWS)
- NLU
- Text-to-speech model

### Speech-to-text model

You can use openai whisper mdoel or other model that fine-tuning pretrained model to Thai language. If you want to train your model, you can download Thai speech corpus from [nlpforthai.com/tasks/speech-recognition/](https://nlpforthai.com/tasks/speech-recognition/).

### Keyword Spotting

Thai language have [Gowajee corpus](https://github.com/ekapolc/gowajee_corpus) for Thai smart home by "Gowajee" hotword.

### Text-to-speech

You can use Text-to-speech from [The Massively Multilingual Speech (MMS) project](https://github.com/facebookresearch/fairseq/tree/main/examples/mms) or use Thai open-source model from [nlpforthai.com/tasks/speech-synthesis/](https://nlpforthai.com/tasks/speech-synthesis/).

> MeloTTS are working to support Thai. [https://github.com/myshell-ai/MeloTTS/issues/120](https://github.com/myshell-ai/MeloTTS/issues/120)

0 comments on commit b53d1c1

Please sign in to comment.