01 · Roasts
99% Jupyter Notebook
Your language breakdown is 99% Jupyter Notebook. That's not a tech stack, that's a homework format. Every serious idea is a `.ipynb` that ends with a blank cell and a dream.
88% Graveyard Rate
With a staleRepoRatio of 0.88, your GitHub is less a portfolio and more an archaeological dig. 19 of your 21 repos are collecting dust older than some undergrad degrees.
41 Commits/Year
41 commits in the past year. That's fewer commits than there are weeks in a year. The heatmap looks like a game of Minesweeper where you lost on the first click.
0 PRs, 1 Issue
Zero pull requests and one issue filed all year. For someone researching VLA and RL, the open-source community has yet to notice you exist — and the feeling appears mutual.
Hardcoded API Keys
youtubeAutoDub_0.1 shipped with hardcoded API keys. A Turing Scholar hardcoding secrets into a public repo is a plot twist nobody asked for.
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% weight18F
- Consistency20% weight20F
- Quality20% weight33F
- Depth15% weight20F
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
71 active days
Language distribution
- Jupyter Notebook99%
- JavaScript0%
- Python0%
- Java0%
- CSS0%
- HTML0%
- Other1%
04 · Numbers
Owned repos
non-fork
17
Commits
last 12 months
41
Followers
18
Joined GitHub
Aug 2020
05 · Top repos
Jiaqi07 /
StarFighter
Freshman AP Computer Science assignment: Space Invaders-style game in Java with Ship, Aliens, Bullets, Boss, PowerUps, and difficulty modes. Incomplete scaffolding with commented-out code, no tests, no CI, no license, and minimal documentation beyond the brief README.
Jiaqi07 /
youtubeAutoDub_0.1
Experimental YouTube autodubber prototype from 2022 with minimal polish—no tests, no CI, untyped Python code with hardcoded API keys and flat structure. Demonstrates concept but lacks production readiness.
Jiaqi07 /
Posture-Classification-For-App-Challenge
Personal posture classification project using MediaPipe + PyTorch CNN for webcam-based posture detection; minimal documentation, hardcoded paths, no tests or CI, ~36 KB codebase with modest scope.
06 · Timeline
- Aug 4, 2020Joined GitHub
- May 13, 2022Created StarFighter — Westlake 2022 freshman Major Grade AP COMPSCI
- Jun 5, 2022Created youtubeAutoDub_0.1 — First prototype of a youtube autodubber using APIs and libraries provided by Python.
- Aug 23, 2023Created Posture-Classification-For-App-Challenge
- Nov 2, 2023Most recent push to Posture-Classification-For-App-Challenge
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.