TranslateHub is a language translation tool that leverages pre-trained models from Hugging Face to provide accurate and reliable translation services. It supports translation from English to multiple languages, including Spanish, French, German, Chinese, Russian, Arabic, Japanese, Indonesian, Urdu, and Hindi.
- Translation from English to multiple languages.
- Easy-to-use web interface built with Streamlit.
- Fast and efficient translation using pre-trained models from Hugging Face.
- Impeccable translation quality for various language pairs.
- Python
- PyTorch
- Transformers
- Streamlit
- Clone the repository:
git clone https://github.com/your_username/translatehub.git
2.Install the required dependencies:
pip install -r requirements.txt
- Run the application:
streamlit run app.py