LibreTranslate/LibreTranslate
Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup.
What it solves
LibreTranslate provides a free, open-source alternative to proprietary translation APIs like Google Translate or Azure. It allows users to perform machine translation while maintaining full control over their data by being entirely self-hosted.
How it works
The project acts as an API layer powered by the open-source Argos Translate library, which serves as the underlying translation engine.
Who it’s for
Developers and organizations that need machine translation capabilities without relying on third-party proprietary software or cloud-based translation services.
Highlights
- Entirely self-hosted
- Open source
- Powered by Argos Translate
- Provides a dedicated API for translation services
Related
- Project
LibrePhotos/librephotosA self-hosted, open-source photo management service that uses machine learning for automatic face recognition, object detection, and semantic search.
- Project
xnx3/translateA JavaScript library for automatic HTML page translation that enables multi-language support without language files or API keys, supporting AI-powered translation and private deployment.
- Project
danny-avila/LibreChatA self-hosted AI chat platform that unifies all major AI providers into a single, privacy-focused interface with support for agents, code execution, and multi-user management.
- Project
aledipa/Free-GPT4-WEB-APIA self-hosted web API that provides free, unlimited access to various LLM providers through a single HTTP interface, eliminating the need for paid API keys.
- Project
argosopentech/argos-translateArgos Translate is an open‑source Python library for offline neural‑machine translation. It downloads pre‑trained OpenNMT models packaged as ".argosmodel" files, supports pivoting through intermediate languages, offers GPU acceleration via CTranslate2, and can be used via a Python API, CLI, or a separate desktop GUI. The project also powers the LibreTranslate web/API service.