01 · Roasts
The README Avoidance Champion
2 out of 3 repos have HAS_README=no. You've written thousands of lines of GNN encoders and VQ-VAE pipelines but somehow couldn't spare 10 lines of markdown to explain what any of it does.
99% Python, 1% Variety
Your language pie chart is basically a monochrome circle. Python 99%, HTML 1%, Shell rounding to 0%. Three ML projects, same stack, same archetype — it's not a portfolio, it's a theme park with one ride.
0 Stars, 0 Forks, 448 Commits
You've put in nearly 450 commits this year and the internet has responded with a collective shrug — zero stars, zero forks, three followers. Building in stealth mode is a strategy; building with no README is just hiding.
Ghost Town Until April
Your heatmap is a barren wasteland for 46 straight weeks, then suddenly explodes in April. Respect the sprint energy, but 'I code once a year in bursts' isn't the consistency story that impresses.
License? What License?
Not a single repo has a LICENSE file. You're an MSc AI student writing serious RL and unlearning research — congratulations, all your code is legally all rights reserved and effectively unusable by anyone who finds it.
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% weight40D
- Consistency20% weight55D
- Quality20% weight67C
- Depth15% weight50D
- Breadth10% weight25F
- Community10% weight25F
03 · Stats
365-day commit heatmap
88 active days
Language distribution
- Python99%
- HTML1%
- Shell0%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
448
Followers
3
Joined GitHub
Oct 2022
05 · Top repos
nikhilr2907 /
eval-learn
Active research benchmarking framework for evaluating concept unlearning in text-to-image models. Supports 13 techniques and 9 metrics with structured runners, validation, and HF Hub integration despite being newly published with 0 stars.
nikhilr2907 /
CareAI
In-progress multi-agent ML system for hospital robot task allocation using Graph Attention Policy Optimization (GAPO), PPO, and GNNs. Typed Python with structured codebase and tests, but marked "(IN PROGRESS)" with no README and minimal external adoption signals.
nikhilr2907 /
Arrangement-AI
Personal experimental ML project automating musical arrangement via VQ-VAE + Transformer on audio stems. Typed Python, structured src/ layout, but undocumented (HAS_README=no), untested (HAS_TESTS=no), undeployed. 2,099 KB codebase with 23/30 recent commits spanning 6 months suggests exploratory work.
06 · Timeline
- Oct 4, 2022Joined GitHub
- Oct 15, 2025Created Arrangement-AI — A model/platform to help automate musical clip arrangement.
- Dec 23, 2025Created CareAI — Multi-agent ML system for dynamic robot allocation across hospital workflows. (IN PROGRESS)
- Apr 15, 2026Created eval-learn — A Python package meant for comprehensively comparing unlearning techniques for Text-to-Image Diffusion models.
- Apr 27, 2026Most recent push to CareAI
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.