Discover and explore top open-source AI tools and projects—updated daily.
khrisatHumanize AI text for undetectable content generation
New!
Top 49.5% on SourcePulse
AI text humanizer designed to make AI-generated content undetectable by services like Turnitin and GPTZero. It targets users needing to mask AI authorship, offering a free, open-source solution that enhances text naturalness and stylistic diversity across multiple languages.
How It Works
The pipeline leverages a multi-stage process: first, DeepSeek rewrites text and translates it to Chinese to introduce structural variation. Second, Google Translate converts this to Turkish, adding syntactic distortion via cross-lingual differences. An optional DeepL translation to Japanese further enhances linguistic diversity. Finally, DeepSeek translates the text back to the original language, aiming to restore readability and natural flow while preserving semantics and evading AI detection. This approach introduces significant linguistic variation to bypass detection algorithms.
Quick Start & Requirements
git clone https://github.com/khrisat/text-humanizer.gitcd text-humanizerpip install -r requirements.txtcopy .config\config.example.toml .config.tomlpython main.pyPrerequisites:
config.toml, allowing specification of target language, API keys, and LLM parameters like temperature (1.3 recommended).Highlighted Details
Maintenance & Community
No specific details on maintainers, community channels (like Discord/Slack), or roadmap were provided in the README.
Licensing & Compatibility
The project is released under the MIT License, which is permissive and generally allows for commercial use and integration into closed-source projects.
Limitations & Caveats
Requires API keys for DeepSeek (essential) and DeepL (optional). Effectiveness against evolving AI detection models is not guaranteed. The multi-stage translation process, while key to its function, may introduce subtle semantic shifts or artifacts.
3 weeks ago
Inactive
blader