mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 15:31:00 +00:00
Merge branch 'main' of https://github.com/uav4geo/LibreTranslate into main
This commit is contained in:
commit
0777d4a103
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
||||||
# LibreTranslate
|
# LibreTranslate
|
||||||
|
|
||||||
Free and Open Source Translation API, entirely self-hosted and can work in offline environments. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations.
|
[Try it online!](https://libretranslate.com) | [API Docs](https://libretranslate.com/docs)
|
||||||
|
|
||||||
|
Free and Open Source Translation API, entirely self-hosted and works even in offline environments. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations.
|
||||||
|
|
||||||
![image](https://user-images.githubusercontent.com/1951843/102724116-32a6df00-42db-11eb-8cc0-129ab39cdfb5.png)
|
![image](https://user-images.githubusercontent.com/1951843/102724116-32a6df00-42db-11eb-8cc0-129ab39cdfb5.png)
|
||||||
|
|
||||||
|
@ -59,7 +61,7 @@ Then open a web browser to http://localhost:5000
|
||||||
| --req-limit | Set maximum number of requests per minute per client | `No limit` |
|
| --req-limit | Set maximum number of requests per minute per client | `No limit` |
|
||||||
| --ga-id | Enable Google Analytics on the API client page by providing an ID | `No tracking` |
|
| --ga-id | Enable Google Analytics on the API client page by providing an ID | `No tracking` |
|
||||||
| --debug | Enable debug environment | `False` |
|
| --debug | Enable debug environment | `False` |
|
||||||
| --ssl | Whether to enable SSL | `5000` |
|
| --ssl | Whether to enable SSL | `False` |
|
||||||
|
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
@ -76,4 +78,4 @@ This work is largely possible thanks to [Argos Translate](https://github.com/arg
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[GNU Affero General Public License v3](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
[GNU Affero General Public License v3](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
||||||
|
|
Loading…
Reference in a new issue