01 · Roasts
Notebook constellation
96% of the code is Jupyter Notebook: the research ideas are shipping, but packages are still waiting for their turn.
Validation vacancy
All six scored repos have no tests and no CI. Your models get GPUs; your regressions get vibes.
Deployment, meet adoption
EEG Explorer is live and supports five analysis views, yet the portfolio still has 0 stars and 0 forks.
Sprint-powered history
Byte-Pair-Encoding was created and last pushed about seven minutes apart—more launch sequence than maintenance story.
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% weight55D
- Consistency20% weight55D
- Quality20% weight38F
- Depth15% weight35F
- Breadth10% weight45D
- Community10% weight25F
03 · Stats
365-day commit heatmap
10 active days
Language distribution
- Jupyter Notebook96%
- Python4%
- HTML0%
04 · Numbers
Owned repos
non-fork
18
Commits
last 12 months
41
Followers
1
Joined GitHub
Jul 2023
05 · Top repos
adi18-ui /
EEG-Signal-Explorer
A named, deployed Streamlit EEG analysis app with modular loading, signal, spectral, spectrogram, topomap, and reporting functionality, but currently showing no community adoption or engineering validation artifacts.
adi18-ui /
Hostile-Content-Detection-in-Hindi
A documented Hindi hostile-content research prototype using IndicBERT v2, CNN, and Transformer layers, but with 0 stars, no tests/CI, and implementation represented by a Colab notebook rather than a production package.
adi18-ui /
EEG-Conformer
A documented EEG-Conformer reproduction notebook for the BCI Competition IV 2a dataset, with reported subject-level results but limited repository engineering structure.
adi18-ui /
Word2Vec-from-Scratch
Educational Word2Vec implementation with NumPy fundamentals and a seeded PyTorch Brown Corpus workflow, but it is a same-day, zero-star notebook project without tests, CI, licensing, or external adoption evidence.
adi18-ui /
Next-Token-Prediction
A one-notebook PyTorch/BPE next-token project with a minimal README, no tests or automation, and only a single short development burst.
adi18-ui /
Byte-Pair-Encoding
A documented single-notebook Python BPE implementation with training, merge application, encoding, decoding, and vocabulary persistence, but no tests, CI, license, or evidence of adoption.
06 · Timeline
- Jul 19, 2023Joined GitHub
- Jul 1, 2026Created Hostile-Content-Detection-in-Hindi — Hindi Hostile Content Detection using IndicBERT v2 and Transformer-based Deep Learning
- Jul 3, 2026Created EEG-Signal-Explorer
- Aug 6, 2026Created EEG-Conformer
- Aug 24, 2026Created Word2Vec-from-Scratch
- Sep 4, 2026Created Byte-Pair-Encoding
- Sep 5, 2026Created Next-Token-Prediction
- Sep 5, 2026Most recent push to Next-Token-Prediction
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.