fromleda/text-humanizer

text-humanizer is an open-source project designed to convert text generated by AI to its "humanized" version. Bypasses the most of AI detectors such as Turnitin or GPTZero

What it solves

It addresses the issue of AI-generated text being easily detectable by AI detectors. It transforms AI-written content into more natural, human-like text while preserving the original meaning across multiple languages.

How it works

The project uses a multi-step rewriting pipeline to introduce linguistic variation:

  1. LLM Rewrite: DeepSeek LLM rewrites the text and translates it into Chinese as an intermediate step to break original patterns.
  2. Google Translation: The text is translated into Turkish to introduce syntactic distortion.
  3. DeepL Translation (Optional): If configured, the text is translated into Japanese for further diversity.
  4. Final Reconstruction: DeepSeek LLM translates the text back into the original language, cleaning up artifacts and restoring natural flow.

Who it’s for

Users who want to make AI-generated content less detectable and more natural in style and tone across eight supported languages.

Highlights

  • Bypasses most AI detectors.
  • Supports 8 languages (English, Japanese, Chinese, Korean, German, French, Spanish).
  • Fully free and open-source.
  • Uses a combination of LLMs and translation engines (DeepSeek, Google Translate, DeepL).

Related

  • Project
  • Dispatch
  • Project
  • Project
  • Project