model-inspect-tool / README.md
Malum0x's picture
Fix: add hf space config to readme
780c1d2

A newer version of the Gradio SDK is available: 5.46.0

Upgrade
metadata
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

pip install -r requirements.txt
python app.py