01 · Roasts
Commit Calendar: Ghost Town with Occasional Haunting
Your heatmap is 21 straight weeks of absolute zeros followed by two short bursts and then the void again. With only 175 commits in a year, 'consistent' is not a word that applies here — 'episodic' is.
Solo Player, Permanently
soloPct = 100%, totalPRsYear = 0, totalIssuesYear = 0. You've built three projects and haven't opened a single PR or issue on anyone else's code. GitHub is a social network — try talking to someone.
1 Star Club (Founder and Only Member)
22 public repos, 6 months of ML compression work, a multi-language trading bot with Rust microservices… and the grand total is 1 star. The architecture deserves better marketing than total invisibility.
Naming Your Repos With A Trailing Dash Is A Choice
'algorithmic-trading-bot-' — that trailing hyphen is doing nothing but suggesting you ran out of ideas mid-filename. The code inside is actually solid. The repo name is not.
9-Month Trading Bot, 0 Trades Shown
docs/limitations.md explicitly calls it 'production vs scaffold.' Nine months of development, Rust risk engine, C++ orderbook — and you're self-documenting that it doesn't actually trade. Bold transparency, questionable completion rate.
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% weight38F
- Consistency20% weight55D
- Quality20% weight62C
- Depth15% weight60C
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
66 active days
Language distribution
- Python40%
- JavaScript22%
- Jupyter Notebook10%
- Java9%
- C++9%
- HTML4%
- Other6%
04 · Numbers
Owned repos
non-fork
22
Commits
last 12 months
175
Followers
5
Joined GitHub
Jul 2024
05 · Top repos
eshaan2418 /
algorithmic-trading-bot-
Multi-language trading platform (Python+Rust+C++) with backtesting, risk engine, and E2E paper trading. 0 stars, but demonstrates substantial architectural scope with structured modules, typed code, comprehensive docs, and CI/integration tests including Rust microservice.
eshaan2418 /
Edge-AI-Model-Compression-Deployment
PyTorch neural network compression framework with pruning, quantization, distillation, and multi-objective search. Well-typed, documented, has tests and CI, but minimal adoption (1 star) and experimental scope.
eshaan2418 /
WebRTC-Video-Rooms
Early-stage WebRTC video chat application with working core features (peer signaling, screen sharing, text chat) but lacking tests, CI, TypeScript, and project maturity. Single developer, zero stars, demonstrates functional understanding but remains experimental.
06 · Timeline
- Jul 29, 2024Joined GitHub
- Jul 16, 2025Created algorithmic-trading-bot- — Multi-language trading platform (Python + Rust + C++) with backtesting, risk engine, execution simulation, ML hooks, and end-to-end paper trading.
- Oct 3, 2025Created Edge-AI-Model-Compression-Deployment — Took a large, high-performance deep learning model and optimized it to run efficiently on a resource-constrained device (like a smartphone or Raspberry Pi). This MLOps-focused proj
- Jan 4, 2026Created WebRTC-Video-Rooms — Real-time video chat with screen sharing using WebRTC, React, and Socket.IO
- Apr 24, 2026Most recent push to Edge-AI-Model-Compression-Deployment
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.