Rohit Yelukati Mahendra's minimalist evidence-first portfolio, with a small neural planner that runs entirely in the browser.
Live site:ymrohit.github.io
- a 10.95 MB ONNX evidence planner;
- 98 replaceable public records spanning career, projects, research, achievements, and professional contact;
- neural retrieval with literal evidence constraints;
- multi-record synthesis and short follow-up context;
- compact source receipts and private-data refusal;
- a locally packaged ONNX Runtime Web engine;
- no inference server, paid API, analytics, cookies, or prompt transmission.
The frozen model cleared 1,147 fresh validation and hidden cases, including 120 counterfactual pairs, plus 82 full-profile regression checks and 48 browser-persona questions. Every exported ONNX output matches the PyTorch checkpoint on the parity suite. The browser receives only the planner export, vocabulary, runtime, and replaceable evidence corpus.
npm ci
npm run devThe first command installs ONNX Runtime Web. The development and production scripts copy only the required WASM assets into the public bundle.
npm run build
npm run test:sites
python tests/profile_e2e.py
python tests/persona_matrix_e2e.pyThe Chrome integration test verifies real model loading, live reasoning stages, full identity, contact, experience, education, strengths, limitations, competitions, research, portfolio synthesis, contributions, unsupported-domain refusal, privacy boundaries, sources, and mobile layout.
Set PROFILE_URL=https://ymrohit.github.io/ to run the same suite against the deployed site.