CoolFace
Apppublic

AlfiAI/Advanced_Multi-Language_Translator

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
README.md22 linesDownload Raw Back to root
1---2title: Advanced Multi-Language Translator3emoji: ๐ŸŒ4colorFrom: blue5colorTo: purple6sdk: gradio7sdk_version: 4.40.08app_file: translator_app.py9pinned: false10---11 12# Advanced Multi-Language Translator13 14This project is an advanced multi-language translator application using Hugging Face's M2M100 model for translation and Google Text-to-Speech (gTTS) for audio output. The application is built with Gradio for a user-friendly interface.15 16## How to Run17 181. Clone the repository or download the project files.192. Install the required dependencies from `requirements.txt`.203. Run the application using the following command:21   ```bash22   python translator_app.py