A static website for curating AI tools and AI use-cases. Includes governance fields:
- Data classification: Public, Internal, Sensitive, Restricted
- Hosting
- PII risk
- Approval status
- Create a GitHub repo (e.g.,
ai-hub). - Commit the contents of this folder to the repo root (so
index.htmlis at root). - GitHub: Settings → Pages → Source: Deploy from a branch → Branch:
main→ Folder:/(root).
assets/data.tools.jsonassets/data.usecases.json
After changing JSON, run:
python build.pypython -m http.server 8000Open: http://localhost:8000
.nojekyllis included.- All paths are relative so this works under
/<repo>/.