01 · Roasts
76% Jupyter, 0% Shipped
Your language breakdown is 76% Jupyter Notebook — meaning most of your 'code' lives in cells that die when the kernel restarts. spatial_training has tests, but literally nothing else does. At least name your notebooks something other than Untitled42.
One-Second Repo
GeometricVLA_Navigation was created AND last pushed within a single second. That's not a repository — that's a thought you had and immediately abandoned. The repo contains a question about VGGT encoders. The answer is: no.
24 Commits in One Day
GAMap_baseline_run_v2 has 24 of its last 30 commits crammed into a single calendar day (2026-06-11). That's not development — that's a panicked upload session. Your git log is indistinguishable from 'cp -r research_code/ repo/ && git add -A'.
The Portfolio Has More Docs Than Your Research
Your HTML portfolio site has a 280-line CLAUDE.md architecture document. Your ML research repos combined have zero CI, zero licenses, and one smoke test. The website explaining your research is better engineered than the research itself.
0 PRs, 0 Issues, 19 Followers
totalPRsYear=0, totalIssuesYear=0. You have been on GitHub since 2020 and have not opened a single external PR or issue in the past year. GitHub is a solo sport for you — 67% of commits are solo, and community engagement is functionally zero.
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% weight36F
- Consistency20% weight60C
- Quality20% weight52D
- Depth15% weight55D
- Breadth10% weight40D
- Community10% weight40D
03 · Stats
365-day commit heatmap
139 active days
Language distribution
- Jupyter Notebook76%
- Python18%
- HTML3%
- Makefile2%
- C++1%
- Shell1%
04 · Numbers
Owned repos
non-fork
27
Commits
last 12 months
103
Followers
19
Joined GitHub
Apr 2020
05 · Top repos
Ashrith5321 /
ashrith5321.github.io
Personal portfolio site (1 star) with clean HTML/Tailwind and thoughtful design documentation (CLAUDE.md). Single-file static site deployed via GitHub Pages; demonstrates structured frontend work with responsive mobile menu, scroll-spy nav, and lazy-loaded videos.
Ashrith5321 /
spatial_training
Personal research project combining VLM-based visual navigation with RL training on HM3D scenes. Implements SFT+RL pipeline with structured configs, working tests, and comprehensive evaluation framework with 1000 episodes. Under active development with recent commits.
Ashrith5321 /
GAMap_baseline_run_v2
NeurIPS 2024 paper implementation for object goal navigation using geometric-affordance mapping. Baseline run config with multi-scale CLIP/BLIP integration, structured codebase, but no tests/CI and infrastructure-dependent (requires external datasets, pretrained weights). Appears to be reproduction/evaluation codebase
Ashrith5321 /
Ashrith5321
Profile README only — no code, no functional project. 12 KB repo with 6 commits over ~5 months documenting research interests and work experience in robotics, but zero shipped software artifacts.
Ashrith5321 /
Hybrid_VLA_WAM_Autonomous_Driving
Newly created (2026-07-21) autonomous driving concept repo with architecture diagrams and zero commits beyond initial setup. Contains only README-level documentation with no executable code, tests, CI, or development history.
Ashrith5321 /
GeometricVLA_Navigation
Empty scaffold with no files, no documentation, no commits since creation. Appears to be an uninitialized repository containing only a question about VGGT encoders in VLA navigation.
Ashrith5321 /
jax_learning
Empty scaffold repo with no commits, files, README, or documentation. Created 2026-06-07, last push same day with 0 recent commits in last 30 days.
06 · Timeline
- Apr 14, 2020Joined GitHub
- Apr 16, 2025Created ashrith5321.github.io
- Mar 24, 2026Created Ashrith5321
- Jun 7, 2026Created jax_learning
- Jun 8, 2026Created GeometricVLA_Navigation — How can VGGT encoder token help navigation, it helps vla's understand spatially for manipulation but anything in navigation?
- Jun 11, 2026Created GAMap_baseline_run_v2
- Jul 6, 2026Created spatial_training — LongNav R1: ObjectNav VLM training (SFT+RL) and HM3D v2 scene-graph eval
- Jul 21, 2026Created Hybrid_VLA_WAM_Autonomous_Driving — Autonomous vehicle full stack code
- Aug 19, 2026Most recent push to ashrith5321.github.io
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.