01 · Roasts
🔑 Credential Graveyard
You hardcoded your MongoDB credentials AND Reddit API keys directly into scrape_all_to_db.py and data_retrieval_example.ipynb. Your bot-detection project may not catch bots, but it sure caught your secrets.
📅 19 Commits Per Year Club
19 total commits in the past year — that's fewer commits than there are weeks in a standard internship. The heatmap looks less like a contribution graph and more like a sparse Morse code distress signal.
🏃 One-Shot Wonder
Your most recent repo, ai_model_serving_FastAPI, was created AND last pushed on the exact same day: Nov 27, 2025. A single 6-hour sprint is technically a project, but it's also technically a nap.
📓 89% Notebooks, 0% Shipping
Jupyter Notebooks make up 89% of your codebase — which is fine for research, except none of these notebooks have tests, CI, or reproducible environments. They're not pipelines, they're journal entries.
👻 Graveyard Ratio: 50%
Half your repos haven't been touched in over 2 years. For a 7-repo portfolio, that means you've ghosted 3+ projects. Your GitHub is less a portfolio and more a cryogenic storage facility for abandoned coursework.
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% weight18F
- Consistency20% weight55D
- Quality20% weight32F
- Depth15% weight50D
- Breadth10% weight35F
- Community10% weight30F
03 · Stats
365-day commit heatmap
59 active days
Language distribution
- Jupyter Notebook89%
- Python4%
- HTML3%
- JavaScript1%
- TeX1%
- CSS0%
- Other2%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
19
Followers
15
Joined GitHub
Oct 2020
05 · Top repos
MajdAlkawaas /
ai_model_serving_FastAPI
Minimal teaching demo of FastAPI + sklearn diabetes model serving. Typed Python codebase with structured layout, HAS_TESTS=yes, HAS_README=yes (bare), created 27 Nov 2025—one-shot ~6-hour sprint spanning ~19 KB with 18 commits.
MajdAlkawaas /
reddit_bot_detection
Student project using Jupyter notebooks for Reddit bot detection via ML models trained on comment/post data scraped from MongoDB, with limited documentation, no tests/CI, and dated commits (Apr-May 2022).
MajdAlkawaas /
MajdAlkawaas
Profile README repository with one Jupyter notebook (DL lab report). Minimal technical substance—essentially a personal bio with contact links and no working code or project artifacts beyond course work.
06 · Timeline
- Oct 21, 2020Joined GitHub
- Apr 2, 2022Created reddit_bot_detection
- Apr 17, 2022Created MajdAlkawaas
- Nov 27, 2025Created ai_model_serving_FastAPI — Demonstration of serving ai models through an API built with fastAPI
- Nov 27, 2025Most recent push to ai_model_serving_FastAPI
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.