Hyeonseo/open-model-license-hub
0
Open Model License Hub
This Gradio Space lets you browse Hugging Face model licenses by organization or collection.
Data is read directly from data/models.json in hyeonseo2/open-model-license-index. The Space is UI-only, and the source repo updates data once per day with GitHub Actions.
How It Works
hyeonseo2/open-model-license-index ← data source (updated daily by GH Actions)
│
│ raw.githubusercontent.com/.../data/models.json
▼
app.py (Gradio Space) ← org/license filters, search, refreshPointing To Another Source
Set the Space environment variable MODELS_JSON_URL to another raw models.json URL to use a different data source. The schema must match the source repo.
Run Locally
pip install -r requirements.txt
python app.pyDisclaimer
This Space does not classify, evaluate, or interpret licenses. It only mirrors identifiers, names, and links exposed by Hugging Face Hub.
