01 · Roasts
89% JavaScript, 2% Python — pick a lane
Your bio says 'Computer Vision and Machine Learning Engineer' but your public repos are 89% JavaScript. ThreeDit is your only Python ML repo, and it's been frozen since December 2023. The CV is writing checks the GitHub can't cash.
38 commits in a year
38 commits over 12 months works out to about 3 commits per month. The heatmap has more empty squares than a chess board at the start of a game. Your most recent spike was updating the portfolio site — which is basically digital yardwork.
0 PRs, 0 issues, 100% solo — a true hermit
totalPRsYear: 0. totalIssuesYear: 0. soloPct: 100%. You've published academic papers with 19 entries in your publications.json, yet you've never opened a single external PR or issue on GitHub. The collaboration stops at the PDF.
67% of repos are graveyard
staleRepoRatio of 0.67 means 17 of your 26 repos haven't been touched in over 2 years. That's not a portfolio, that's an archaeological dig. ThreeDit itself is already showing signs of fossilization.
No tests. Anywhere. Ever.
Across every analyzed repo — ThreeDit, the portfolio, the profile page — HAS_TESTS=no without exception. You're training neural networks on spherical panoramas but you haven't written a single unit test. At least the meshes are triangulated.
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% weight55D
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight35F
- Community10% weight25F
03 · Stats
365-day commit heatmap
112 active days
Language distribution
- JavaScript89%
- HTML6%
- CSS3%
- Python2%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
38
Followers
11
Joined GitHub
Apr 2019
05 · Top repos
tzole1155 /
tzole1155.github.io
Personal portfolio website for a CV/ML researcher, featuring markerless motion capture work. Well-built frontend with Three.js 3D viewer, dynamic publications loader, and markdown blog system. CI/CD deployed to GitHub Pages with structured codebase, though no tests and minimal documentation.
tzole1155 /
ThreeDit
Streamlit web demo for Pano3D 360° depth estimation with mesh reconstruction. Typed Python models (UNet, PNASNet decoders), structured src/, config files, but minimal documentation, no tests/CI, and low adoption (15 stars).
tzole1155 /
tzole1155
GitHub profile repository with minimal technical content; consists of personal biography and contact information in README without code assets or project material.
06 · Timeline
- Apr 12, 2019Joined GitHub
- Nov 14, 2020Created tzole1155.github.io — This repository hosts the public folder and all the static files.
- Sep 6, 2021Created ThreeDit
- Oct 28, 2021Created tzole1155 — Custom GitHub profile
- Apr 25, 2026Most recent push to tzole1155
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.