01 · Roasts
The Graveyard Shift
VoiceAssistant was born and died in a single 7-minute session on 2026-06-20. That's not a repo — that's a git commit with delusions of grandeur.
Pathological Hardcoding
Two separate repos (ML_Learning, MathForML) contain C:\Users\2026\Desktop\ hardcoded in production paths. Whoever runs your code on a non-Windows machine is in for a treat.
0 Stars, 0 Forks, 0 PRs
14 public repos, 194 commits, and the GitHub community's collective response is a resounding silence. Not one star. Not one fork. Not one PR. You are coding into the void.
The Bermuda Triangle of Consistency
Your heatmap has a 20-week dead zone from weeks 3–26 — nearly half the year with zero activity. The recent burst is real, but you ghosted GitHub for five months first.
README? Optional Apparently.
3 out of 5 scored repos have no README at all, and the two that do — ML_Learning's is literally just the repo name in a heading. Documentation is a feature, not a flex.
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% weight25F
- Consistency20% weight60C
- Quality20% weight32F
- Depth15% weight55D
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
92 active days
Language distribution
- Python76%
- Java24%
04 · Numbers
Owned repos
non-fork
13
Commits
last 12 months
194
Followers
1
Joined GitHub
Sep 2023
05 · Top repos
chandanshr23 /
MathForML
Educational ML repository implementing neural networks, backpropagation, and optimization from scratch in Python. No README, tests, or CI; untyped code organized across MNIST training, micrograd autograd, and calculus assignments covering linear regression and classification.
chandanshr23 /
CodeforcesSolutions
Collection of Codeforces problem solutions in Java with no documentation, no tests, no CI, and minimal structure—a personal coding exercise repo with 30 commits across 3 months.
chandanshr23 /
AttentionFromScratch
Educational NumPy implementation of multi-head causal self-attention from scratch, built in ~2 days with well-documented learning journey; untyped, no tests, minimal production value.
chandanshr23 /
VoiceAssistant
Nascent voice assistant pipeline with ASR/VAD/TTS components. Comprehensive docstrings in core modules (whisper_engine.py, model_cascade.py) but lacks README, tests, CI, and is barely 24 hours old. More tutorial than shippable project.
chandanshr23 /
ML_Learning
Educational ML learning repository with 10 Python tutorial scripts covering classification, regression, clustering, and deep learning algorithms. Minimal documentation, no tests or CI, hardcoded file paths, and repetitive boilerplate code reduce production value.
06 · Timeline
- Sep 28, 2023Joined GitHub
- May 27, 2026Created CodeforcesSolutions — Post Codeforces solutions
- Jun 5, 2026Created ML_Learning
- Jun 20, 2026Created VoiceAssistant
- Jun 30, 2026Created MathForML
- Aug 23, 2026Created AttentionFromScratch
- Aug 25, 2026Most recent push to AttentionFromScratch
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.