Spaces:
Sleeping
Sleeping
File size: 2,921 Bytes
741ecb4 cd96851 741ecb4 cd96851 741ecb4 cd96851 741ecb4 cd96851 a08e371 cd96851 | 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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | ---
title: VC Deal Flow Signal — Interactive Explorer
emoji: 📊
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.40.0
app_file: app.py
pinned: true
license: mit
short_description: GitHub velocity dashboard for 55 venture-backed startups
tags:
- venture-capital
- github
- alternative-data
- dashboard
- panel-data
- finance
- startups
datasets:
- the-data-nerd/vc-deal-flow-signal
---
# 📊 VC Deal Flow Signal — Interactive Explorer
[](https://signals.gitdealflow.com/built-with)
A Gradio dashboard built on the live public dataset [`the-data-nerd/vc-deal-flow-signal`](https://huggingface.co/datasets/the-data-nerd/vc-deal-flow-signal) — engineering-velocity signals across ~55 venture-backed startups in 20 sectors, four quarters of GitHub data.
> **Why this exists.** Sustained engineering acceleration on GitHub tends to lead fundraise announcements by 6–12 weeks. The dataset is the panel; this Space is the lens.
## What you can do here
| Tab | Use it for |
|---|---|
| **Overview** | KPI strip, signal-type composition by quarter, latest top-10 movers |
| **Sector heatmap** | Sector × Quarter average commit velocity — spot sector rotations |
| **Top movers** | Filter on quarter, sector, stage, signal type — rank by Δ commit velocity |
| **Startup drilldown** | Pick a startup, see its four-quarter trajectory and latest classification |
| **Methodology & cite** | Hypothesis, classifier rules, BibTeX, Zenodo / SSRN / Kaggle / MCP links |
## Data lineage
- **Source:** GitHub REST API v3, sampled on a 14-day rolling window
- **Classifier:** open-source MIT — [github.com/kindrat86/gitdealflow-signal-classifier](https://github.com/kindrat86/gitdealflow-signal-classifier)
- **Methodology preprint:** [SSRN 6606558](https://ssrn.com/abstract=6606558)
- **Concept DOI:** [10.5281/zenodo.19650919](https://doi.org/10.5281/zenodo.19650919)
- **Version DOI (v1.0.0):** [10.5281/zenodo.19650920](https://doi.org/10.5281/zenodo.19650920)
## Companion artefacts
- **Chat-agent Space (DeepSeek + MCP):** [huggingface.co/spaces/the-data-nerd/vc-deal-flow-deepseek](https://huggingface.co/spaces/the-data-nerd/vc-deal-flow-deepseek)
- **Production web app:** [signals.gitdealflow.com](https://signals.gitdealflow.com)
- **Public MCP server:** [signals.gitdealflow.com/api/mcp/rpc](https://signals.gitdealflow.com/api/mcp/rpc)
## Run it locally
```bash
git clone https://huggingface.co/spaces/the-data-nerd/vc-deal-flow-explorer
cd vc-deal-flow-explorer
pip install -r requirements.txt
python app.py
```
## License
- **Code (this Space):** MIT
- **Data (the underlying dataset):** [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)
_Past acceleration does not guarantee future outcomes. This is alternative-data research, not investment advice._
|