Spaces:
Sleeping
Sleeping
| title: Model Inspector | |
| emoji: 🧠 | |
| colorFrom: indigo | |
| colorTo: blue | |
| sdk: gradio | |
| sdk_version: "4.26.0" | |
| app_file: app.py | |
| pinned: false | |
| # Model-inspector | |
| > Simple tool for analyzing `.safetensors` models – inspect architecture, parameters, and config, and generate reports. | |
| ## Features | |
| - Load `.safetensors` models | |
| - Display layer structure, parameters, types | |
| - Load & visualize `config.json` | |
| - Export terminal or markdown reports | |
| - TODO: architecture visualization & web interface | |
| ## Quickstart | |
| ```bash | |
| pip install -r requirements.txt | |
| python app.py | |