awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
OwO-Network avatar

OwO-Network/DeepLX

0
View on GitHub↗
8,571 stars·641 forks·Go·MIT·7 vuesssa.sx/deeplx↗

DeepLX

DeepLX is a self-hosted translation API server that provides free access to DeepL translation services without requiring a paid API token or account. It functions as a token-free proxy, enabling programmatic text translation between languages through a single HTTP endpoint.

The server accepts JSON-based requests with source and target language parameters, supporting automatic source language detection and validation of language codes. It processes each translation request independently in a stateless manner, and offers optional bearer token authentication to restrict access to authorized clients. The API can be deployed on your own infrastructure for private or team use, with a free oneshot endpoint available that requires no account or authentication.

Documentation covers deployment as a standalone server and API usage through standard HTTP POST requests.

Features

  • Token-Free - Proxies translation requests to DeepL's web API without requiring user authentication or API tokens.
  • Token-Free - Eliminates the need for API tokens or accounts, offering unrestricted access to DeepL translations.
  • Natural Language Code Detectors - Provides automatic source language detection for translation requests using standard language codes.
  • Language Translation & Detection - Provides an API for translating text between languages with support for source language detection and target language specification.
  • Text Translation Services - Translates text between languages using a translation engine without requiring a paid API token or account.
  • Translation API Endpoints - Ships a single POST endpoint that accepts source text, source language, and target language and returns translated results.
  • Translation Servers - Ships a translation server that can be deployed on your own infrastructure for private or team use.
  • DeepL - Provides free access to DeepL translation through a proxy without requiring a paid API token or account.
  • Free Translation - Runs a translation API server that proxies DeepL without requiring an API token or paid account.
  • Free Translation Endpoints - Provides a free oneshot translation endpoint that requires no account or token for access.
  • Translation Language Code Validators - Rejects requests with unsupported language codes with a 400 error before translation proceeds.
  • Translation Code Validators - Validates language codes against a predefined list before processing, returning 400 errors for unsupported codes.
  • Translation - Exposes a single POST endpoint that accepts source text, source language, and target language parameters.

Historique des stars

Graphique de l'historique des stars pour owo-network/deeplxGraphique de l'historique des stars pour owo-network/deeplx

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait owo-network/deeplx ?

DeepLX is a self-hosted translation API server that provides free access to DeepL translation services without requiring a paid API token or account. It functions as a token-free proxy, enabling programmatic text translation between languages through a single HTTP endpoint.

Quelles sont les fonctionnalités principales de owo-network/deeplx ?

Les fonctionnalités principales de owo-network/deeplx sont : Token-Free, Natural Language Code Detectors, Language Translation & Detection, Text Translation Services, Translation API Endpoints, Translation Servers, DeepL, Free Translation.

Quelles sont les alternatives open-source à owo-network/deeplx ?

Les alternatives open-source à owo-network/deeplx incluent : ssut/py-googletrans — py-googletrans is a Python translation library that serves as a wrapper for the Google Translate service. It provides… argosopentech/argos-translate — Argos Translate is an open-source Python library for offline neural machine translation. It provides a toolkit for… mg-chao/snow-shot — This project is an AI-powered screenshot manager and visual assistant designed for capturing screen content and… symfony/routing — This PHP routing library is an HTTP request router and matcher designed to map incoming URL paths to specific… ripperhe/bob — Bob is an extensible macOS utility designed for screen text extraction, translation aggregation, and speech synthesis.… wooorm/franc — Franc is a natural language detection library and command line identifier used to determine the written language of a…

Alternatives open source à DeepLX

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec DeepLX.
  • ssut/py-googletransAvatar de ssut

    ssut/py-googletrans

    4,257Voir sur GitHub↗

    py-googletrans is a Python translation library that serves as a wrapper for the Google Translate service. It provides programmatic tools for automated text translation and language detection. The library includes a language detection tool to identify the source language of a text string when the origin is unknown. To maintain stable connectivity, it utilizes translation request routing to direct traffic across alternative service domains. The project covers core translation services, including the ability to convert single strings or batches of text into specified destination languages.

    Python
    Voir sur GitHub↗4,257
  • argosopentech/argos-translateAvatar de argosopentech

    argosopentech/argos-translate

    6,204Voir sur GitHub↗

    Argos Translate is an open-source Python library for offline neural machine translation. It provides a toolkit for translating text between languages using locally installed models, with support for GPU acceleration and intermediate language pivoting when a direct translation model is not available. The project offers multiple interfaces for translation, including a command-line interface for terminal-based workflows, a graphical user interface for users without programming knowledge, and a REST API server for integration with other applications. It includes a language model package manager t

    Pythonlanguage-modelslinuxmachine-translation
    Voir sur GitHub↗6,204
  • mg-chao/snow-shotAvatar de mg-chao

    mg-chao/snow-shot

    4,118Voir sur GitHub↗

    This project is an AI-powered screenshot manager and visual assistant designed for capturing screen content and processing it through large language models. It functions as an OCR translation application and screen annotation tool, allowing users to extract text from images and perform intelligent analysis of visual data. The software differentiates itself through an AI-driven OCR pipeline and the ability to convert screenshots into structured Markdown or HTML via layout-aware document transformation. It features a visual AI assistant capable of analyzing screen content and a prompt-engineere

    TypeScriptchatbotocrscreen-capture
    Voir sur GitHub↗4,118
  • symfony/routingAvatar de symfony

    symfony/routing

    7,618Voir sur GitHub↗

    This PHP routing library is an HTTP request router and matcher designed to map incoming URL paths to specific controller actions using defined patterns and configuration. It serves as a programmatic interface for defining, loading, and resolving URL patterns, while providing a URL generator to produce absolute or relative URIs from route names and parameters. The system supports diverse route loading through YAML, XML, PHP arrays, and class attributes, utilizing compiled route matching to optimize performance. It enables sophisticated request handling through regex-based path matching, sub-do

    PHPcomponentphprouter
    Voir sur GitHub↗7,618
Voir les 30 alternatives à DeepLX→