01 · Roasts
Hibernation Mode: Activated
Your heatmap is a ghost town for the first 28 weeks of the year — 196 consecutive days of absolute silence — then a frantic burst as if the semester deadline just appeared on your calendar.
The Notebook Hoarder
76% of your codebase is Jupyter Notebooks. That's not a software portfolio, that's a homework archive with a git remote attached.
Dead Code Archeologist
Your AWS hackathon entry has `real_path` and `fake_path` variables that are defined and immediately ignored, plus an imported `itertools` that never gets used. Impressive that the bugs are load-bearing.
85% Abandoned
staleRepoRatio = 0.85. That means 32 of your 38 repos haven't been touched in over 2 years. GitHub is not a graveyard — or maybe for you it is.
Zero Engagement
0 PRs, 0 issues, 0 external contributions in the past year. You build exclusively in a vacuum — no reviews, no feedback loops, no collaboration. soloPct literally reports 0% shared work.
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% weight33F
- Consistency20% weight55D
- Quality20% weight40D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
44 active days
Language distribution
- Jupyter Notebook76%
- Python12%
- HTML5%
- JavaScript5%
- Elixir1%
- CSS0%
- Other1%
04 · Numbers
Owned repos
non-fork
20
Commits
last 12 months
244
Followers
16
Joined GitHub
May 2020
05 · Top repos
Saketspradhan /
EECS-504-F23
EECS-504 class project: deepfake avatar system for language learning pronunciation. ~12KB codebase, untyped Python, well-documented README but no tests/CI. Active development Nov 2023–Feb 2024 (30 commits), complex multimodal pipeline (audio→expression/pose→face rendering) but primarily academic work.
Saketspradhan /
AWS-Deep-Learning-Challenge-2022
2022 AWS hackathon submission for deepfake detection using Habana Gaudi accelerators. Well-documented project (docs/, ARCHITECTURE.md, STATUS.md) with 224MB codebase, but unpolished code quality with loose structure and no CI/tests.
Saketspradhan /
EV-Charger-Sherlock
HackMIT 2021 hackathon project using Deep Neural Network to predict EV charging station locations in Seattle. Has minimal adoption (2 stars, 0 forks) but represents a completed multi-disciplinary effort with ML, FastAPI backend, and interactive web frontend across 1626 KB codebase.
06 · Timeline
- May 12, 2020Joined GitHub
- Sep 19, 2021Created EV-Charger-Sherlock — This project helps one to identify the optimal locations for the installation of new EV charging stations in a city.
- Feb 17, 2022Created AWS-Deep-Learning-Challenge-2022 — Training Deep Learning models on the new Amazon EC2 DL1 instances powered by Gaudi accelerators from Habana Labs.
- Nov 14, 2023Created EECS-504-F23 — Pixel Polyglots: Pronunciation Enhancement in Online Language Learning
- Feb 6, 2024Most recent push to EECS-504-F23
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.