SimplyTranslate Web
This is a simple web interface for SimplyTranslate
List of Instances
You can find a list of instances here: SimplyTranslate Project Page
If you want to integrate a list of instances in your project, you can use this endpoint to always have an up-to-date list of all instances known to us: https://simple-web.org/instances/simplytranslate
If you want to add your own instance here, please either send me an email directly to [email protected] or tell us about it in our IRC channel #simple-web on Libera.Chat
How to install/use
Clone simplytranslate_engines repository and install it
git clone https://git.sr.ht/~metalune/simplytranslate_engines
cd simplytranslate_engines
sudo python3 setup.py install
cd ..
Clone the repository
git clone https://git.sr.ht/~metalune/simplytranslate_web
cd simplytranslate_web
Install the dependencies
pip install -r requirements.txt
Run the main.py
# Directly
python3 main.py
# Using uvicorn
uvicorn main:app --port 5000
API
Other projects like this
Contact
To get in contact with the developers, visit us on the #simple-web IRC channel on Libera.Chat
License
simplytranslate_web is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
simplytranslate_web is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.