01 · Roasts
Notebook Hoarder
76% of your codebase is Jupyter Notebooks. SuperSLAM is a legitimate C++ system, but the rest of your portfolio is essentially a collection of .ipynb files — the scientific equivalent of storing your code in PowerPoint.
Ghost Mode Activated
60 commits in a year with 69% of repos stale. The heatmap looks like someone pressed Ctrl+Z on your career — entire months of pure white. SuperSLAM is carrying this profile on its back.
Test? Never Heard of Her
Zero out of three repos have tests. You've got TensorRT SLAM, CUDA plane fitting, and PyTorch Lightning training loops — and not a single unit test in sight. Aditya is shipping vibes, not guarantees.
Prolific Abandoner
43 public repos, but 69% haven't been touched in 2+ years. That's 29 repos aging in the graveyard while you maintain 3. You're not a developer, you're a repo archaeologist.
Solo Artist
3 PRs opened this year, 1 issue, and soloPct at 7%. With 44 followers and a SLAM repo at 160 stars, you have the audience — you're just not engaging with the community that built the tools you're using.
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% weight66C
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight60C
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
38 active days
Language distribution
- Jupyter Notebook76%
- Python22%
- C++2%
- MATLAB0%
- Shell0%
- TeX0%
04 · Numbers
Owned repos
non-fork
36
Commits
last 12 months
60
Followers
44
Joined GitHub
Feb 2017
05 · Top repos
adityamwagh /
SuperSLAM
SuperSLAM is a deep learning–based visual SLAM combining SuperPoint feature detection with classical SLAM. 512 MB codebase with typed C++17, CMake build, CUDA/TensorRT integration, and comprehensive examples; ships with README + LGPL license but lacks test/CI automation.
adityamwagh /
pose-estimation-loftr
Jupyter-based pose estimation pipeline using LoFTR for 3D reconstruction. Typed Python with clear documentation and structured multi-file layout (training/evaluation notebooks, utility modules). 114 MB codebase with ~30 recent commits shows sustained development. No tests, CI, or license present.
adityamwagh /
ransac-pcl
Educational RANSAC implementation in CUDA and Python for point cloud plane fitting. Dual implementations with Open3D visualization, clear README, but limited adoption (7 stars) and no tests.
06 · Timeline
- Feb 16, 2017Joined GitHub
- Jan 27, 2022Created ransac-pcl — A basic example of plane fitting in point cloud data using (RAN)dom (SA)mple (C)onsensus.
- May 11, 2022Created pose-estimation-loftr — Pose estimation pipeline for 3D Reconstruction using LoFTR (Local Feature Transformer) detector free feature matcher.
- Jul 11, 2023Created SuperSLAM — SuperSLAM: Open Source Framework for Deep Learning based Visual SLAM (Work in Progress)
- Jan 24, 2026Most recent push to SuperSLAM
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.