01 · Roasts
The 11-Commit Year
You published an ECCV2024 oral paper but managed only 11 public commits in the trailing year. That's less than one commit per month — your heatmap looks like a connect-the-dots puzzle with 3 dots.
77% Graveyard
Three out of four of your repos are abandoned (staleRepoRatio=0.77). Your GitHub profile is less a portfolio and more a museum of past conference deadlines.
Python or Nothing
98% of your codebase is Python or Jupyter Notebooks — essentially the same language in two fonts. The 'C' entry is literally 0%. Breadth is not your love language.
Zero Community Engagement
0 PRs opened, 0 issues filed, 0 external contributions in the past year. You've published peer-reviewed ML research but apparently GitHub is just a file host for your paper artifacts.
siglip_clustering is a Cry for Help
Your most recent repo has no README, no tests, no CI, no license — just a single Python script dumped on 2026-03-10. Even your experimental work deserves a two-sentence README.
Built using
Zoral
Shadows one worker for a week, then takes over their job with zero extra setup. Behaves exactly like the original.
zoral.ai
02 · Category breakdown
- Impact25% weight55D
- Consistency20% weight20F
- Quality20% weight62C
- Depth15% weight65C
- Breadth10% weight30F
- Community10% weight35F
03 · Stats
365-day commit heatmap
6 active days
Language distribution
- Python72%
- Jupyter Notebook26%
- HTML1%
- Shell1%
- C0%
- JavaScript0%
04 · Numbers
Owned repos
non-fork
26
Commits
last 12 months
11
Followers
33
Joined GitHub
Sep 2014
05 · Top repos
kostas1515 /
AGLU
ECCV2024 oral paper implementing Adaptive Parametric Activation (APA), a learnable activation function unifying multiple common activations. Academic research project with comprehensive experimental validation on imbalanced and balanced datasets (ImageNet-LT, iNaturalist, Places-LT, COCO, LVIS), but limited external ad
kostas1515 /
GOL
Official ECCV 2022 implementation of Gumbel Optimised Loss for long-tailed instance segmentation, with documented architecture, CI/tests, and ~8MB codebase integrating custom loss functions into MMDetection framework.
kostas1515 /
siglip_clustering
Single-file utility script for extracting video embeddings using SigLIP models; no README, tests, CI, or project structure; experimental dump created 2026-03-10 with minimal sustained work.
06 · Timeline
- Sep 26, 2014Joined GitHub
- Jul 14, 2022Created GOL — [ECCV2022] Gumbel Optimised Loss for Long Tailed Instance Segmentation.
- Nov 22, 2023Created AGLU — [ECCV2024 - Oral] Adaptive Parametric Activation
- Mar 10, 2026Created siglip_clustering
- Mar 11, 2026Most recent push to siglip_clustering
07 · Compare
08 · Rubric
How this score was produced
Overall = Σ (category × weight) + gentle top-end curve
Tier thresholds
▸ How the pipeline works
- 01Scrape.Pull every non-fork repo pushed in the last 90 days, plus your contribution calendar, followers, and language byte counts — straight from GitHub's REST & GraphQL APIs.
- 02Triage.A small model reads every repo's file tree + README and picks the 20 files per repo that actually reveal how you code.
- 03Grade each repo. All repos run in parallel through a fast scoring model that reads the picked files and rates each one independently on Impact, Quality, and Depth — with evidence citations.
- 04Aggregate. A larger reasoning model combines the per-repo scores with server-computed stats (heatmap, commit cadence, language entropy, follower count) to produce the 6-dimension profile score + roasts.
- 05Correct.Deterministic server-side checks enforce anchor-scale floors (e.g. a profile with 2,000+ public commits can't score 30 Consistency) and recompute the final verdict.
~90 seconds per profile, ~$0.25 in compute. Total of ~240 files read across your top-12 repos. One rating per GitHub account per day.
▸ Data sources & caveats
- Heatmap & commit totals: GitHub GraphQL
contributionsCollection— covers the last 365 days, includes private repos when the user has opted in (default). - Language %: byte totals across the top 30 owned non-fork repos.
- Curve: a small upward nudge centered on raw score ≈ 70, capping at 100. Prevents specialists from being unfairly penalised for narrow breadth.
- Anchor corrections: when server-measured signals (e.g. privateWorkLikely, multiRepoVolume, follower count) mandate a minimum category score, the aggregation step enforces it. These are signal-conditional, not identity-based floors.