01 · Roasts
The One-Week Wonder Factory
Torch-Tutor: conceived, coded, PyPI-shipped, and permanently abandoned in exactly 7 days. Tabular-AutoML got 13 months — a luxury. Fractional-Gabor-CNN got 24 days. You don't build software, you build prototypes and walk away.
train.py: 'Will update soon!!'
That string has been sitting in Fractional-Gabor-Convolutional-Network since September 2021. It's been over 3 years. The update is not coming. The update was never coming.
98% Jupyter Notebook
Your language breakdown is 98% .ipynb. That's not a portfolio — that's a collection of homework assignments that escaped into the wild.
Zero Commits This Year
The heatmap is a void. One lonely pixel lit up in week 30. totalCommitsYear = 0. Followers = 101. They followed a ghost.
85% Graveyard Rate
staleRepoRatio = 0.85. Of your 140 public repos, 119 haven't been touched in over 2 years. GitHub is not a museum — or maybe for you it is.
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% weight33F
- Consistency20% weight55D
- Quality20% weight45D
- Depth15% weight50D
- Breadth10% weight25F
- Community10% weight40D
03 · Stats
365-day commit heatmap
1 active days
Language distribution
- Jupyter Notebook98%
- Python2%
- C++0%
- Shell0%
- HTML0%
- Dockerfile0%
04 · Numbers
Owned repos
non-fork
59
Commits
last 12 months
0
Followers
101
Joined GitHub
Dec 2019
05 · Top repos
sagnik1511 /
Tabular-AutoML
Python AutoML package for tabular data with preprocessing, feature engineering, and multi-model training. Typed language absent; modest adoption (23 stars); functional MVP with documentation and CI/test coverage.
sagnik1511 /
Torch-Tutor
PyTorch trainer utility with 17 stars, published on PyPI. Typed Python with structured modular layout, README documentation, and callbacks framework. Limited by 7-day development window, no tests/CI, and narrow scope despite clean architecture.
sagnik1511 /
Fractional-Gabor-Convolutional-Network
PyTorch implementation of fractional Gabor convolutional network from a 2020 IEEE paper. Repo is unfinished: train.py is a stub, no tests/CI, untyped Python, and sparse documentation beyond README link. Shows architectural effort (MFCF, FG_Conv, SPBr blocks) but lacks maturity and practical delivery.
06 · Timeline
- Dec 9, 2019Joined GitHub
- Aug 24, 2021Created Fractional-Gabor-Convolutional-Network — Pytorch Implementation of FGCN
- Jan 13, 2022Created Tabular-AutoML — Python Auto-ML Package for Tabular Datasets
- Jul 3, 2022Created Torch-Tutor — Simplified PyTorch Trainer
- Feb 19, 2023Most recent push to Tabular-AutoML
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.