--- 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 ```