01 · Roasts
96% Jupyter, 0% Tests
Your language breakdown is 96% Jupyter Notebook and not a single test file across 7 repos. You're not writing software — you're writing very long essays that happen to have a Run button.
The Empty Folder Era
CS331_Neural_Computing: created February 12th, last pushed February 12th, 0 commits, 0 files, 0 KB. A folder so empty it makes your heatmap look productive by comparison.
Typo-Driven Development
quant-trading-platform shipped 'helthy' for health_check(), 'respnose' in data_handler.py, and 'Bough' in portfolio.py — three typos in three files across a 18 KB codebase. That's impressive density.
Sprint King, Marathon Ghost
4 of your 6 repos were built in 8-day windows. RegimeLens is your most active at 17 days. The heatmap shows 42 completely empty weeks out of 52 — 96% Jupyter, 80% silence.
0 Stars, 0 Forks, 0 Followers
The GitHub social graph for this account is a perfect void: 0 followers, 0 following, 0 PRs, 0 stars received. You've built a portfolio that GitHub itself doesn't know exists.
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% weight48D
- Consistency20% weight55D
- Quality20% weight37F
- Depth15% weight35F
- Breadth10% weight30F
- Community10% weight25F
03 · Stats
365-day commit heatmap
35 active days
Language distribution
- Jupyter Notebook96%
- Python3%
- TeX0%
- TypeScript0%
- MDX0%
- JavaScript0%
- Other1%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
73
Followers
0
Joined GitHub
Aug 2019
05 · Top repos
Daniellai21 /
CS351-Final-Year-Project
CS351 final-year project on adversarial robustness of fraud detection models. Combines transaction simulation (5 personas), evasion attack strategies (6 attackers), and iterative retraining loops in Jupyter + Python. Well-structured, typed, documented README, but pre-release—0 stars, no external adoption, university co
Daniellai21 /
knowledge-garden
Personal knowledge garden project using Next.js 14 with MDX support, D3 graph visualization, and sidebar navigation. TypeScript typed with clean structure but no tests/CI and boilerplate README.
Daniellai21 /
RegimeLens
Early-stage experimental trading strategy system using HMM for market regime detection. Has basic data pipeline, feature engineering, and regime detection; lacks tests, CI, typing, and most planned features (backtesting, FastAPI, frontend).
Daniellai21 /
stock-price-prediction-ml
Personal ML learning project with Jupyter notebooks exploring stock price prediction using tree-based and linear models; comprehensive README documents findings on model limitations but lacks code files, tests, CI, and proper source organization.
Daniellai21 /
quant-trading-platform
Early-stage quantitative trading platform with FastAPI backend and portfolio management core. No documentation, tests, or CI. Python untyped. 18 KB codebase, 8 days old, 3 commits. Tutorial-like scaffold with working but thin components.
Daniellai21 /
CS331_Neural_Computing
Empty course folder placeholder created 2026-02-12, no commits, files, documentation, tests, or typed language; meets definition of scaffold/bot repo.
06 · Timeline
- Aug 31, 2019Joined GitHub
- Oct 10, 2025Created CS351-Final-Year-Project
- Feb 12, 2026Created CS331_Neural_Computing — A folder for my CS331 Neural Computing Module
- Feb 16, 2026Created stock-price-prediction-ml — Machine learning project predicting stock prices using LSTM and traditional ML models
- Feb 28, 2026Created quant-trading-platform
- Mar 17, 2026Created knowledge-garden
- Apr 15, 2026Created RegimeLens
- Apr 17, 2026Most recent push to RegimeLens
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.