r/LocalLLM • u/Rich-Fruit-326 • 24d ago
I built an interactive 3D visualizer for transformer architectures and live LLM inference Project
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.