01 · Roasts
94% Jupyter, 0% Shipped
Your language breakdown is basically one giant .ipynb file with decorative Python and HTML sprinkled on top. Notebooks are prototyping tools, not a portfolio.
AccentDetector That Guesses Randomly
ML-Lab's AccentDetector returns a random result after a 1.8-second fake delay. That's not a feature — that's a loading spinner with commitment issues.
17 Public Commits in a Year
17 commits across 52 weeks means you averaged one commit every 3 weeks. Your heatmap looks like a desert with exactly one oasis, and that oasis has 4 commits.
Zero Followers, Zero Following
You're not following anyone and no one is following you. You've achieved perfect GitHub hermit status — a social graph so empty it's almost philosophical.
Sprint-and-Disappear Architecture
Finance-Scraper: 1 commit. ML-Lab: 15-day sprint then silence. Finance_Dashboard: abandoned after polish pass. Every project gets one burst of energy and then enters the stale repo waiting 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% weight48D
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight35F
- Breadth10% weight45D
- Community10% weight25F
03 · Stats
365-day commit heatmap
6 active days
Language distribution
- Jupyter Notebook94%
- Python3%
- JavaScript2%
- HTML1%
- CSS0%
- Dockerfile0%
04 · Numbers
Owned repos
non-fork
5
Commits
last 12 months
17
Followers
0
Joined GitHub
Jul 2023
05 · Top repos
Adi-o-s /
stock-price-prediction
Time-series stock prediction project with ARIMA and XGBoost models, polished feature engineering and backtesting infrastructure, but modest scope (1 star, no tests/CI). Clean modular Python with good documentation and leakage-aware training logic.
Adi-o-s /
Finance_Dashboard
Personal FastAPI finance dashboard with RBAC, soft-delete transactions, and analytics. Typed Python, structured layout, comprehensive docs (README + CHANGES.md), but no CI/tests and unpolished for production.
Adi-o-s /
Finance-Scraper
Personal financial data scraper project with clean architecture, Pydantic validation, and 20 unit tests. Typed Python code, CSV/JSON export pipeline, and AI summarization via OpenRouter. Created 2 hours ago with 1 commit — experimental burst work lacking CI/CD and license.
Adi-o-s /
ML-Lab
Student ML lab project with React+Vite frontend and FastAPI backend for cardiac risk prediction. Contains mock demo components (accent detector, game analyzer) alongside a functional heart disease predictor. Untyped, sparse documentation, no tests/CI, lacks production polish.
06 · Timeline
- Jul 18, 2023Joined GitHub
- Dec 18, 2025Created stock-price-prediction — Stock price prediction and trading strategy evaluation using ARIMA and XGBoost
- Mar 24, 2026Created ML-Lab
- Apr 6, 2026Created Finance_Dashboard — Finance Data Processing and Access Control Backend
- May 5, 2026Created Finance-Scraper
- May 5, 2026Most recent push to Finance-Scraper
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.