← all repositories
anasu1/text-humanizer

Sending AI text on a multilingual round trip to beat detectors

text-humanizer chains DeepSeek, Google Translate, and DeepL to rewrite machine-generated prose into something detectors no longer flag.

508 stars Python Other AI
text-humanizer
Collecting fresh signals — velocity needs a few days of history.
collecting data…
star history

What it does

text-humanizer is a Python orchestration script that feeds AI-generated text through a multilingual rewriting pipeline to evade detection tools like Turnitin and GPTZero. It supports eight languages and aims to preserve meaning while altering sentence structure and stylistic patterns. The heavy lifting is done by external services, not local code.

The interesting bit

The actual mechanism is a deliberate game of telephone: DeepSeek rewrites the text and translates it to Chinese for structural variation, then Google Translate sends it to Turkish, an optional DeepL leg pushes it into Japanese, and DeepSeek finally reconstructs the original language. The theory is that this cross-lingual distortion scrubs the stylistic fingerprints that detectors hunt for.

Key highlights

  • Four-stage pipeline using DeepSeek, Google Translate, and optional DeepL to rewrite text.
  • Claims to break AI detectors by introducing cross-lingual syntactic distortion.
  • Supports eight languages: English, Japanese, Chinese, Korean, German, French, and Spanish.
  • Requires a DeepSeek API key; DeepL is optional.
  • MIT licensed.

Caveats

  • Completely dependent on external cloud APIs, so it cannot run offline.
  • The “bypasses most AI detectors” claim is presented without benchmarks or independent verification.
  • The README’s description of the pipeline contains a slight logical gap: Step 1 outputs Chinese, yet Step 2 is labeled “EN → TR,” leaving the exact intermediate flow ambiguous.

Verdict

Researchers probing AI detector weaknesses will find the pipeline concept interesting; everyone else should note it is an API-dependent script explicitly built for evasion, not general-purpose editing.

Frequently asked

What is anasu1/text-humanizer?
text-humanizer chains DeepSeek, Google Translate, and DeepL to rewrite machine-generated prose into something detectors no longer flag.
Is text-humanizer open source?
Yes — anasu1/text-humanizer is open source, released under the MIT license.
What language is text-humanizer written in?
anasu1/text-humanizer is primarily written in Python.
How popular is text-humanizer?
anasu1/text-humanizer has 508 stars on GitHub.
Where can I find text-humanizer?
anasu1/text-humanizer is on GitHub at https://github.com/anasu1/text-humanizer.

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.