This is a simple language translation application developed using Python and Streamlit. The application leverages the GoogleTrans library to translate a piece of text into a selected language.
-
Clone the repository:
git clone https://github.com/harichselvamc/LanguageTranslator.git cd LanguageTranslator
-
Create a virtual environment and activate it:
python -m venv env source env/bin/activate # On Windows use `env\Scripts\activate`
-
Install the required packages:
pip install -r requirements.txt
-
Run the Streamlit app:
streamlit run app.py
-
Open your browser and navigate to
http://localhost:8501
.
- Simple and intuitive user interface.
- Translates text into various languages.
- Uses GoogleTrans for translation.
- Python
- Streamlit
- GoogleTrans