File size: 724 Bytes
987df7c c004363 987df7c c004363 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | ---
title: Transformers Point Cloud
emoji: 🐝
colorFrom: red
colorTo: green
sdk: gradio
sdk_version: 6.14.0
app_file: app.py
pinned: false
---
# Transformers Point Cloud
Each dot is a file in `huggingface/transformers`. Position comes from a
recursive hash of the file's path components — files sharing a directory
cluster together. Color is a recency-weighted edit score: red = lots of recent
churn, green = quiet/stable.
The right pane is a placeholder chat UI (no real backend yet).
## Rebuilding the data
Data is precomputed and committed as `data.json`. To regenerate:
```
git clone --filter=blob:none --no-checkout https://github.com/huggingface/transformers.git .cache/transformers
python build_data.py
```
|