CoolFace
Apppublic

Hyeonseo/open-model-license-hub

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes
App README

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, refresh

Pointing 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

bash
pip install -r requirements.txt
python app.py

Disclaimer

This Space does not classify, evaluate, or interpret licenses. It only mirrors identifiers, names, and links exposed by Hugging Face Hub.