01 · Roasts
The Heatmap Is Mostly Desert
51 out of 52 weeks are completely empty. Your entire GitHub career fits inside a single fortnight of frantic school-project cramming. That's not a commit history, that's a deadline.
README? Technically.
QuantCast's README is 3 lines long. You built XGBoost + SQLAlchemy + Flask auth and described it with less text than a pizza order. The documentation owes your code an apology.
Personal-Projects Lasted One Day
Repo created 2026-01-17. Last pushed 2026-01-17. That's not a project — that's a very organised folder dump. 11 commits in 24 hours and then silence.
0 Stars, 0 Forks, 0 PRs, 0 Followers
Every single community metric is a perfect zero. Not trending-toward-zero, not close-to-zero — actually, literally zero. You exist on GitHub the way a tree falls in an empty forest.
94% Jupyter Notebooks
Almost your entire public output is .ipynb files run in Google Colab. That's not a stack, that's a homework submission format. Ship something that doesn't require a kernel restart to appreciate.
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% weight15F
- Consistency20% weight35F
- Quality20% weight42D
- Depth15% weight25F
- Breadth10% weight25F
- Community10% weight25F
03 · Stats
365-day commit heatmap
16 active days
Language distribution
- Jupyter Notebook94%
- HTML3%
- Python3%
04 · Numbers
Owned repos
non-fork
2
Commits
last 12 months
105
Followers
0
Joined GitHub
Jul 2022
05 · Top repos
FIKENYE /
QuantCast
Flask-based financial dashboard with stock/commodity tracking, ML prediction models (Linear Regression, XGBoost, Random Forest), user auth, and news integration. Personal school project with functional features but unpolished documentation and inconsistent code quality.
FIKENYE /
Personal-Projects
Personal Jupyter notebook portfolio covering quantitative finance topics (Black-Scholes, event studies, Monte Carlo simulations). 0 stars, no tests/CI, untyped Jupyter notebooks, minimal documentation beyond README. Recent activity only (11 commits in last 30 days, repo created Jan 2026).
06 · Timeline
- Jul 27, 2022Joined GitHub
- Nov 23, 2025Created QuantCast — CS NEA quantcast made by Francis Ikenye
- Jan 17, 2026Created Personal-Projects — Personal undertaking done out of curiosity
- Mar 26, 2026Most recent push to QuantCast
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.