01 · Roasts
Kotlin Ghost
Your bio screams Python/AI/ML/PySpark guru, yet Kotlin owns 50% of your public codebase. Where exactly is all that Databricks and Kubernetes work hiding? Certainly not on GitHub.
The Resume-Code Gap
AWS, GCP, Snowflake, Databricks, PySpark, Docker, Kubernetes — that's 7 buzzwords in your bio with exactly 0 public repos to back any of them up. Bold strategy.
Dead Heatmap
52 weeks of GitHub heatmap, 52 weeks of pure zero. totalCommitsYear = 0. The streak isn't just broken — it never started in the past year.
One-Trick NLP Pony
Both substantive repos do the exact same thing: summarize YouTube transcripts. That's not a portfolio, that's one project with a thin PyPI wrapper bolted on.
89% Graveyard
staleRepoRatio = 0.89 — nearly 9 out of 10 of your repos haven't been touched in 2+ years. GitHub is treating your profile like a digital museum, not a dev shop.
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% weight43D
- Consistency20% weight5F
- Quality20% weight44D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
0 active days
Language distribution
- Kotlin50%
- HTML20%
- Python12%
- CSS9%
- Java5%
- JavaScript4%
04 · Numbers
Owned repos
non-fork
9
Commits
last 12 months
0
Followers
15
Joined GitHub
May 2017
05 · Top repos
AnujK2901 /
yt-sum-flask
Flask-based YouTube transcript summarizer with 6 NLP algorithms (gensim, spacy, nltk, sumy), web UI, and API. Well-documented, deployed to production (Heroku), but lacks tests/CI and type annotations. Modest but functional portfolio project.
AnujK2901 /
yt-trans-sum
Lightweight PyPI wrapper (v1.0.3) for a Flask-backend YouTube transcript summarizer with 6 commits over 10 days. Typed Python client with clear API, README, and setup.py; no tests or CI. Thin experimental scope: one summarizer class making HTTP requests to external service.
AnujK2901 /
AnujK2901
Personal profile README with skill badges; minimal code output (10 KB), sparse commit history (4 of 30 last), no substantial implementation or project scope—tutorial/one-off profile repo.
06 · Timeline
- May 15, 2017Joined GitHub
- Jun 23, 2021Created AnujK2901 — My Profile Repository
- Jun 24, 2021Created yt-sum-flask — YouTube Transcript Summarization over Flask: This back-end uses Flask framework to receive API calls from the client and then respond with the summarized text response. This API ca
- Aug 21, 2021Created yt-trans-sum — Python Package for using our YouTube Video Transcript Summarizer
- Jun 20, 2023Most recent push to yt-sum-flask
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.