This project is developed as part of the CodeAlpha Artificial Intelligence Internship.
The Language Translation Tool is an AI-powered web application that allows users to translate text from one language to another. The user can enter text, select the source language, select the target language, and get the translated output instantly.
- User-friendly web interface
- Source and target language selection
- Auto-detect source language
- Text translation
- Word and character counter
- Download translated text
- Text-to-speech audio output
- Translation history
- Python
- Streamlit
- deep-translator
- gTTS
- Install the required libraries:
pip install -r requirements.txt