Open-source API for self-hosted machine translation
Top 4.2% on sourcepulse
LibreTranslate provides a free, open-source, and self-hostable machine translation API. It is designed for developers and users who need an alternative to proprietary translation services, offering offline capabilities and ease of setup. The core benefit is a privacy-focused, customizable translation solution.
How It Works
LibreTranslate leverages the Argos Translate library, which utilizes neural machine translation models. This approach allows for offline translation and avoids reliance on external, proprietary APIs. Users can select specific languages to load, reducing memory footprint and startup time. The system supports GPU acceleration via CUDA for improved performance.
Quick Start & Requirements
pip install libretranslate
libretranslate [args]
./run.sh [args]
or docker compose -f docker-compose.cuda.yml up -d --build
for CUDA.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
2 days ago
Inactive