From 3310c1d6ddd2109be1fe4287684b592f40f803d5 Mon Sep 17 00:00:00 2001 From: elmadani Date: Wed, 25 Feb 2026 00:53:38 +0000 Subject: [PATCH] Initial commit --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..abf1e30 --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +# Organ Architect +*Part of the Inference-X Ecosystem* + +[![License: BSL-1.1](https://img.shields.io/badge/License-BSL_1.1-orange.svg)](LICENSE) + +**Analyze AI model internals. Like an MRI for AI models.** + +Before transplanting organs between models, you need to understand what's inside. +Organ Architect visualizes layers, attention heads, and topology of GGUF models. + +## Deploy +```bash +pip install fastapi uvicorn python-multipart +python organ_architect.py +# → Web UI + API at http://localhost:7940 +``` + +## API +``` +GET / — Web interface (upload GGUF) +POST /analyze — Analyze GGUF model architecture +POST /extract-spec — Get transplantation specification +GET /health — Service status +``` + +## Use Cases +- Understand model architecture before fine-tuning +- Identify transplantable components +- Compare architectures across model families +- Plan organ extraction strategies + +## Roadmap +- [ ] Attention pattern visualization +- [ ] Weight distribution analysis +- [ ] Layer similarity comparison +- [ ] Automatic organ boundary detection +- [ ] Export to Organ Store format + +Built in Morocco for the world. 🇲🇦 + +## License +[Business Source License 1.1](LICENSE) +**Author:** Salka Elmadani