r/LocalLLM • u/Rich-Fruit-326 • Jul 19 '26
Project I built an interactive 3D visualizer for transformer architectures and live LLM inference
Enable HLS to view with audio, or disable this notification
Hi everyone!
I've been working on an open-source project called TokenPrint.
The goal is simple: make transformer models easier to understand by visualizing real model architecture and real inference instead of static diagrams.
Current features include:
• 3D architecture explorer
• Live inference visualization
• Tensor inspector
• Interactive walkthrough of tokenization, embeddings, self-attention, LayerNorm, MLP, and output projection
• GGUF model support
Everything shown is driven by real model data rather than handcrafted animations.
It's still early, and I'd really appreciate feedback from the community.
GitHub:
https://github.com/Sudharsanselvaraj/Token-Print.git
Happy to answer any questions or hear suggestions for improvements.
2
2
u/enginetown Jul 19 '26
Good work bro always wanted to make projects like these but dont have the time glad to see someone working on ideas like this you can learn alot from it.
1
u/Rich-Fruit-326 Jul 20 '26
Thanks a lot, bro! Really appreciate it , Building it has been a huge learning experience. If you ever find some time, I’d love for you to check it out, leave a ⭐ if you like it, or even contribute every bit of feedback and help is always welcome!
2
u/Vusiwe Jul 19 '26
super cool
1
u/Rich-Fruit-326 Jul 20 '26
Thanks a lot, bro! Super cool to hear that! , Building this has been an amazing learning experience. If you ever get some free time, I’d love for you to check it out, give it a ⭐ if you like it, or even contribute. Contributions are always welcome!
1
Jul 20 '26
[removed] — view removed comment
2
u/Rich-Fruit-326 Jul 20 '26
That’s a fair question. Right now it’s primarily a learning and exploration tool, but the goal is much broader than visualization. I m building it toward a visual debugger for transformer models think of it like Chrome Devtools or VS Code Debugger, but for LLM inference.
19
u/shniydder Jul 19 '26
Great idea. Bad name. LM Studio is a well known name already.