01 · Roasts
Promise-Ware Shipping Co.
towards-practical-unsupervised-AD has been whispering 'code will be available soon' since October 2019. That's 5+ years of vaporware at 7 KB. The README IS the product.
The One-Month Wonder
IDRiD-challenge — your most-starred repo — was born and buried in 33 days. That's less time than most people spend picking a project name.
97% Notebook, 3% Regret
Your language breakdown is 97% Jupyter Notebook. That's not a stack, that's a scroll. Have you considered that .py files exist?
7 Commits in 12 Months
totalCommitsYear = 7. Your GitHub is less a codebase and more a historical monument. The heatmap looks like the last survivor of a zombie apocalypse.
License? Tests? CI? Never Heard of Them.
Zero repos have tests. Zero have CI. Zero have a license. All three are structurally identical in their total absence of engineering guardrails. Consistency achieved — just not the good kind.
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% weight28F
- Consistency20% weight55D
- Quality20% weight52D
- Depth15% weight50D
- Breadth10% weight25F
- Community10% weight25F
03 · Stats
365-day commit heatmap
84 active days
Language distribution
- Jupyter Notebook97%
- Python3%
- Shell0%
- R0%
04 · Numbers
Owned repos
non-fork
11
Commits
last 12 months
7
Followers
5
Joined GitHub
Mar 2019
05 · Top repos
khalilouardini /
treeVAE-reproducibility
Research reproducibility codebase implementing TreeVAE model for reconstructing cellular states from lineage tracing and transcriptomics. Typed Python with structured organization, meaningful documentation, and ~42KB codebase, but lacks tests, CI, and license.
khalilouardini /
IDRiD-challenge
Class project on IDRiD diabetic retinopathy dataset with detection, grading, and segmentation tasks using PyTorch. Unstructured, undocumented, no tests/CI. Sparse commit history (33 stars, ~1 month old).
khalilouardini /
towards-practical-unsupervised-AD
Paper code repository (MICCAI 2019 MIL3ID workshop) with minimal implementation: README only states "code will be available soon," 7 KB repo size, 2 stars, last push October 2019 — appears to be an unfulfilled promise to release code.
06 · Timeline
- Mar 6, 2019Joined GitHub
- Aug 25, 2019Created towards-practical-unsupervised-AD — The code for the paper "Towards Practical Unsupervised Anomaly Detection on Retinal images"
- Feb 26, 2020Created IDRiD-challenge — Automatic grading, segmentation and detection for IDRiD Diabetic Retinopathy dataset. (MVA Medical Imaging class final project)
- Apr 20, 2021Created treeVAE-reproducibility — Reproducing the experiments in the paper
- Dec 14, 2021Most recent push to treeVAE-reproducibility
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.