CoolFace
Apppublic

izaznov/free-ai-humanizer

sourceHugging Facemitupdated 1mo agoView on Hugging Face
0likes
App README

✍️ Free AI Humanizer

Official Lynote landing page for the free AI humanizer — AI text generation and rewriting: paste AI-generated text from ChatGPT, Claude, Gemini, or DeepSeek and get natural, human-like writing in seconds — no sign-up required.

Open-source model

The free web tool is powered by Lynote's own open-source model, `Lynote/humanize-text-model`: two lightweight bilingual (English + Chinese) T5-small checkpoints, MIT licensed, fine-tuned on a reproducible rule-supervised corpus. Run it anywhere:

python
pip install transformers torch
from humanize import Humanizer
h = Humanizer("Lynote/humanize-text-model")  # loads en/ and zh/ checkpoints
h.humanize("It is important to note that this robust solution is seamless.")

View the model → · Try the full product →

This Space is currently a static entry page: Hugging Face now hosts interactive Gradio demos on free CPU only with a PRO subscription, so the working demo (app.py, a conservative bilingual rule-based editor that removes high-confidence AI clichés while protecting numbers, URLs, paths, code, and quotes) is kept ready in this repository and will be enabled automatically once the account has PRO.

Try the full Lynote Humanizer

Privacy

The app processes text in memory and does not intentionally store submitted drafts. Hugging Face infrastructure and platform logs remain subject to Hugging Face policies.

License

MIT. See the linked repositories for their respective source and license notices.