This Streamlit web application allows you to translate text from one language to another using the Hugging Face Transformers library.
To run this application locally, you need to have Python installed. Clone this repository and install the required dependencies using the following commands:
git clone https://github.com/your_username/your_project.git
cd your_project
pip install -r requirements.txt
To run the application, execute the following command:
streamlit run app.py
This application uses the T5 model for translation. Ensure that you have an active internet connection for translation to work properly.