---
title: Lyrics Translator
emoji: 🎵
colorFrom: purple
colorTo: red
sdk: streamlit
sdk_version: 1.19.0
app_file: app.py
pinned: false
---
🎵 LyricsTranslator - automated lyrics translation
---
**Documentation**: https://mauroluzzatto.github.io/lyrics-translator
**Source Code**: https://github.com/MauroLuzzatto/lyrics-translator
---
The `LyricsTranslator` downloads lyrics from [genius](https://genius.com/) and uses 🤗[hugging face](https://huggingface.co/) to translate the lyrics into a target language.
All languages that are supported by [OPUS-MT](https://github.com/Helsinki-NLP/Opus-MT) are available for translation.The full list of list of languages can be found on 🤗[hugging face](https://huggingface.co/models?other=marian).
- German: `de`
- Swedish: `sv`
- French: `fr`
- Spanish: `es`
- Chinese: `zh`
- Japanese: `ja`
- Portuguese: `pt`
- Arabic: `ar`
- Italian: `it`
and many more ...