/TranslateHub

TranslateHub is a language translation tool powered by pre-trained models from Hugging Face. It provides seamless translation services from English to multiple languages, delivering accurate results with the help of advanced NLP techniques.

Primary LanguagePython

TranslateHub

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. Screenshot (473)

Features

  • 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.

Technologies Used

  • Python
  • PyTorch
  • Transformers
  • Streamlit

Installation

  1. Clone the repository:
git clone https://github.com/your_username/translatehub.git

2.Install the required dependencies:

pip install -r requirements.txt
  1. Run the application:
streamlit run app.py