text translator
June 13, 2021 · View on GitHub
- 📜EN ➡️ 📜AR
- 📜AR ➡️ 📜EN
for more details vist IBM Waston
Features
- translate text EN->AR and AR->EN
Technologies
- pyTelegramBotAPI
- ibm-watson
Installing Dependencies
Virtual Enviorment
I recommend working within a virtual environment whenever using Python for projects. This keeps your dependencies for each project separate and organaized. Instructions for setting up a virual enviornment for your platform can be found in the python docs
PIP Dependencies
Once you have your virtual environment setup and running, install dependencies by naviging to directory and running:
pip install -r requirements.txt
This will install all of the required packages we selected within the requirements.txt file.
Running the server
- To run the server, execute:
python txtTran.py
Resources
Image
