# Organ Architect **Visualize and analyze AI model internals** [![Status](https://img.shields.io/badge/Status-Beta-blue.svg)]() [inference-x.com](https://inference-x.com)
--- ## What is Organ Architect? Organ Architect is a visual tool for exploring the internals of GGUF AI models. Think of it as a surgical suite for neural networks — layer shapes, attention patterns, weight distributions, all visible. ## Features - **Architecture visualization** — interactive graph of all layers - **Attention head analysis** — what each head attends to - **Weight distribution** — histograms per layer - **Layer comparison** — diff two models layer-by-layer - **Export** — save analysis as JSON or PDF report ## Quick start ```bash git clone https://git.inference-x.com/inference-x-community/organ-architect cd organ-architect && npm install npm start # Open http://localhost:3000 # Drag and drop any .gguf file ``` ## Supported architectures LLaMA · Mistral · Mixtral · Qwen · Phi · Gemma · Falcon · GPT-NeoX · Command-R · and all GGUF-format models --- *See also: [organ-architecture](https://git.inference-x.com/inference-x/organ-architecture) · [organ-store](https://git.inference-x.com/inference-x-community/organ-store)*