π» Ghost Font Decoder β I built a tool that reads the anti-AI font that tricks GPT-5 and Claude 4 #1
roohan-514
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Ghost Font (mixfont.com/ghost-font) is a new typeface designed to be unreadable by AI β it hides text as moving dots that are invisible in any single frame, even to multimodal models.
But moving dots leave trails. This decoder tracks each dot across every frame, counts lightβdark transitions per pixel, and rebuilds the letter paths. The result: a clear image of the hidden message.
How it works:
Stack: Python, OpenCV, EasyOCR, Tkinter GUI, CLI included.
3 detection methods: transition-tracking (best), dark-count, frame-diff
Why it's interesting: This sits at the boundary of the AI-vs-human cat-and-mouse game. Ghost Font tries to create content only humans can read. This decoder proves that with enough frames and the right analysis, even "AI-proof" content can be cracked.
Repo: https://github.com/roohan-514/ghost-decoder
Try it with any Ghost Font video from mixfont.com/ghost-font β type a message, download, drop into the decoder.
All reactions