01 · Roasts
79% Jupyter, 0% Tests
Three repos, three missing test suites. You've got PyTorch Geometric, PostGIS, and BiCycleGAN running, but apparently 'assert' is a four-letter word in this household.
SatelliteMapGAN: 2 commits, 1 hour, forever
Your satellite image GAN was conceived, born, and abandoned in roughly the time it takes to watch a movie. The README didn't even survive the sprint — it ends mid-sentence.
42 commits in a year from an IIT Bombay CSE grad
IITB CSE 2021–2025 and only 42 public commits this year? Your college assignments have more version history than your GitHub profile.
The Stale Half
44% of your repos haven't been touched in 2+ years. You're essentially running a GitHub museum alongside a GitHub portfolio — visitors can't tell which wing they're in.
5 followers, 12 PRs
You opened 12 PRs this year but have 5 followers. Either you're contributing silently in the dark, or 12 of those PRs were to your own repos talking to yourself.
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% weight30F
- Consistency20% weight20F
- Quality20% weight40D
- Depth15% weight35F
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
143 active days
Language distribution
- Jupyter Notebook79%
- JavaScript5%
- C++4%
- TypeScript4%
- Python3%
- HTML2%
- Other3%
04 · Numbers
Owned repos
non-fork
39
Commits
last 12 months
42
Followers
5
Joined GitHub
Dec 2021
05 · Top repos
ravindramohith /
movie_recommender_system
Personal learning project implementing LightGCN-based movie recommendation system in two Jupyter notebooks with supervised and self-supervised approaches. Minimal adoption (4 stars), no tests/CI, but demonstrates working PyTorch Geometric implementation with Apache-2.0 license.
ravindramohith /
JobSphere-jobsPortal
Full-stack Next.js + Django job portal with filtering, mapping, and resume uploads. Typed backend, basic frontend, no tests/CI, minimal documentation beyond README. Early-stage personal project with limited adoption (2 stars).
ravindramohith /
SatelliteMapGAN
Single Jupyter notebook implementing BiCycleGAN for satellite-to-map translation. Untyped Python/PyTorch code with minimal structure, no tests, CI, or license. One-day project with only 2 commits across ~4.6 KB. README present but incomplete (truncated mid-sentence).
06 · Timeline
- Dec 30, 2021Joined GitHub
- Dec 8, 2022Created JobSphere-jobsPortal — Full-stack job portal built with Next.js and Django, offering job search, application management, and user authentication
- Aug 12, 2024Created movie_recommender_system — A movie recommendation system utilizing a Graph Neural Network (GNN) framework implemented in Jupyter Notebook
- Aug 16, 2024Created SatelliteMapGAN — This project implements the BiCycleGAN architecture for multimodal image-to-image translation from scratch using PyTorch
- Dec 12, 2024Most recent push to movie_recommender_system
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.