01 · Roasts
82% Jupyter, 0% Tests
Your codebase is 82% Jupyter Notebook — the file format specifically designed to make reproducibility and testing someone else's problem. ChurnIQ has CI but somehow still no tests. The pipeline is set up; nothing runs through it.
hpa-is: The Dream Repo
hpa-is was created and last-pushed within a single second (2026-04-01T14:44:31Z → 14:44:32Z). One second. You opened VS Code, typed a README stub, and called it a healthcare AI system. The NHS is shaking.
19 Weeks of Silence
Your heatmap is empty for the first 19 weeks of the year — then a short burst — then silence again. 168 commits per year sounds decent until you realize they're compressed into about 8 sporadic weeks.
SUDOKU_game: Overpromised, Underdelivered
Your SUDOKU_game README promises puzzle generation and difficulty levels. The code has a hardcoded static board. That's not a game — that's a screenshot of a game.
97% Solo Act
soloPct = 97%. Not a single collaborator, external PR, or fork on anything you've built. You're not building in public — you're building in a very public private room.
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% weight31F
- Consistency20% weight55D
- Quality20% weight35F
- Depth15% weight50D
- Breadth10% weight45D
- Community10% weight25F
03 · Stats
365-day commit heatmap
38 active days
Language distribution
- Jupyter Notebook82%
- HTML7%
- Python7%
- CSS2%
- JavaScript2%
- Batchfile0%
04 · Numbers
Owned repos
non-fork
23
Commits
last 12 months
168
Followers
18
Joined GitHub
Jan 2025
05 · Top repos
meddadaek /
ChurnIQ
Personal ML project: Flask churn-prediction SaaS with SHAP explainability, two-stage Ridge→XGBoost pipeline, and Groq LLM integration. 606 KB, typed Python code, comprehensive feature engineering, deployed publicly. Early-stage indie portfolio piece.
meddadaek /
notestream
NoteStream is a personal AI-powered web app for extracting YouTube transcripts and generating notes/quizzes using Groq's LLaMA API. Functional MVP with vanilla JS frontend + Flask backend, but minimal adoption (2 stars), no tests/CI, and thin documentation despite README.
meddadaek /
meddadaek
Personal portfolio README with project descriptions but no functional code shipped in repo. 144 KB, 2 stars, no tests/CI/license. Primarily a profile landing page rather than a working project.
meddadaek /
SUDOKU_game
A minimal educational Sudoku game in untyped Python with pygame GUI, hardcoded board, no tests or CI, limited documentation, and shallow commit history (7 of last 30).
meddadaek /
hpa-is
Empty repository scaffold created minutes ago with only a bare README stub describing a healthcare RAG system concept. No source files, tests, CI, or meaningful project structure present.
06 · Timeline
- Jan 1, 2025Joined GitHub
- Sep 13, 2025Created SUDOKU_game — A sudoku game built in python using pycharm
- Sep 27, 2025Created meddadaek — I’m AEK Meddad, a Computer Science student and AI builder . I design and ship intelligent systems that turn raw data into real business and healthcare impact. My focus is on produ
- Mar 1, 2026Created notestream — NoteStream is an AI-powered web app that extracts smart notes from educational videos and transforms them into clean summaries and quizzes to test your understanding
- Mar 22, 2026Created ChurnIQ
- Apr 1, 2026Created hpa-is — Fully local multi-agent RAG system for healthcare prior authorization
- Apr 12, 2026Most recent push to ChurnIQ
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.