01 · Roasts
Graveyard Curator
Your heatmap is 44 completely empty weeks out of 52. That's not a contribution graph — that's a flatline with occasional defibrillator shocks. 82 commits in a year spread across ~8 active weeks is a hobby, not a practice.
92% Jupyter, 0% Regrets
Ninety-two percent of your codebase is Jupyter Notebooks. Every data scientist's portfolio starts here, but at some point the .ipynb has to graduate to actual software. Personal-Meeting-Notes hints you know how — use that muscle more.
2 Followers, 18 PRs
You opened 18 pull requests this year but somehow only have 2 followers. You're contributing in the dark. Link your profile somewhere, write a bio that isn't five words, and let people find the work you're apparently doing.
Hackathon Hero, Production Zero
Forensic-Audio has 4 stars and a catchy model name ('voxtral-sentinel-4b'), but it was built and shipped in 2 days flat with no tests, no CI, and no follow-up commits. Stars ≠ software. Come back to it.
Solo 99%, Team 1%
soloPct = 99%. You have never meaningfully collaborated on your own repos. For an aspiring data scientist, the ability to work in teams is as important as model accuracy — open an issue, invite a collaborator, do something.
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% weight72B
- Depth15% weight50D
- Breadth10% weight45D
- Community10% weight25F
03 · Stats
365-day commit heatmap
18 active days
Language distribution
- Jupyter Notebook92%
- TypeScript6%
- Python2%
- JavaScript0%
- CSS0%
- PowerShell0%
04 · Numbers
Owned repos
non-fork
16
Commits
last 12 months
82
Followers
2
Joined GitHub
Apr 2023
05 · Top repos
SageRish /
Personal-Meeting-Notes
Privacy-focused TypeScript meeting notes desktop app with Tauri/React frontend, core detection & processing pipeline, SQLite persistence, and comprehensive test coverage—well-architected monorepo with strong types and documentation but zero adoption.
SageRish /
Forensic-Audio
Hackathon project fine-tuning Voxtral for forensic audio analysis. Typed Python (torch, transformers), structured multi-file pipeline (dataset generation, packing, training), clear README with setup instructions, but no tests/CI and only 2 weeks old with 16 commits.
SageRish /
JSON-Schema-Extractor-and-Formatter
Personal JSON schema extraction tool using Gradio, with single/merged dataset capabilities. Typed Python with clear module structure and functional documentation, but limited scope and no test coverage.
06 · Timeline
- Apr 28, 2023Joined GitHub
- Dec 4, 2025Created JSON-Schema-Extractor-and-Formatter — Tool to convert JSON file to CSV/JSON with user specified structure
- Feb 28, 2026Created Forensic-Audio — Fine-tuning Voxtral Realtime to explain the context, environment, and emotional subtext of the audio for forensic audio purposes. Made for Mistral Worldwide Hackathon
- Apr 17, 2026Created Personal-Meeting-Notes — Voxtral Mini Transcribe V2 and Mistral Small 4 Powered Notetaking App for Windows. Developed as an alternative to Notion Meeting Notes
- Apr 17, 2026Most recent push to Personal-Meeting-Notes
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.