01 · Roasts
Sprint-and-Ghost Developer
Every single repo is a single-day explosion: Neural-Network (11 commits, 1 day), driver-3461bs-rs (12 commits, 1 day), Big-Bang-Fair-Project (9 days, peak). You commit like you're defusing a bomb, then vanish for weeks.
TODO Museum Curator
Neural-Network's README is essentially a checklist of things that don't exist yet — MSE loss, backprop, gradient descent, training loop, GUI. You documented the project you wish you'd built, not the one you did.
82% Jupyter Notebook Profile
Your language breakdown is 82% Jupyter Notebook. That's not a development portfolio, that's a homework folder with git init.
Zero Social Footprint
4 followers, 0 following, 0 PRs, 0 issues filed this year. GitHub has a social layer and you have opted out entirely. Even your own repos have no stars from strangers.
License? What License?
Two out of three scored repos have no LICENSE file. driver-3461bs-rs got it right with MIT — apparently that lesson didn't travel to the other repos sitting in your profile.
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% weight30F
- Consistency20% weight25F
- Quality20% weight52D
- Depth15% weight30F
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
35 active days
Language distribution
- Jupyter Notebook82%
- HTML13%
- Python2%
- C++1%
- Svelte1%
- JavaScript1%
04 · Numbers
Owned repos
non-fork
17
Commits
last 12 months
81
Followers
4
Joined GitHub
Jun 2020
05 · Top repos
shouryaeaga /
driver-3461bs-rs
Minimal, freshly-created embedded Rust driver for 7-segment displays with working code, typed traits, and README. No tests, CI, or architectural depth; 12 commits in single day (2024-04-27/28).
shouryaeaga /
Big-Bang-Fair-Project
Personal stress-detection project combining MicroPython IoT (MAX30102 heart rate sensor), remote Python signal processing, and ML model training. No README, tests, CI, or documentation; minimal structured layout despite functional biometric pipeline.
shouryaeaga /
Neural-Network
A neural network visualizer built from scratch in NumPy for MNIST, created as an A-level school project. Forward pass works with pre-trained PyTorch weights, but training and GUI remain incomplete TODOs. 11 commits in 1 day shows rapid initial burst, lacks tests/CI/typing.
06 · Timeline
- Jun 19, 2020Joined GitHub
- Apr 27, 2024Created driver-3461bs-rs — A platform agnostic rust driver for 4 digit 7 segment displays
- Feb 18, 2026Created Big-Bang-Fair-Project
- Mar 14, 2026Created Neural-Network
- Mar 15, 2026Most recent push to Neural-Network
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.