The Language Translator is a project aimed at providing a simple yet powerful tool for translating text between different languages. This project utilizes a pre-trained language model to achieve accurate and efficient translations.
- Translation between multiple languages
- Easy-to-use command-line interface
- Fast and reliable translation engine
- Support for both single sentences and entire documents
-
Clone the repository:
git clone https://github.com/abokmadaki/language-translator.git
-
Navigate to the project directory:
cd language-translator
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the translator with the following command:
python translator.py
-
Select the source language and target language for translation.
-
Enter the text you want to translate.
-
The translated text will be displayed on the screen.
The Language Translator currently supports translation between the following languages:
- English
- Spanish
- French
- German
- Italian
- Portuguese
- Russian
- Chinese
- Japanese
- Korean
Please note that the availability and accuracy of translations may vary between language pairs.
Contributions to the Language Translator project are welcome! If you would like to contribute, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/new-feature
-
Make your changes and commit them:
git commit -m "Add new feature"
-
Push your changes to your forked repository:
git push origin feature/new-feature
-
Open a pull request to the main repository.
This project is licensed under the MIT License.
If you have any questions or suggestions regarding the Language Translator project, please feel free to contact us at [email protected].