Building AI systems that actually ship.

Like a qubit, I exist in superposition. AI researcher, full stack developer, systems builder. All until you observe the work.

Welcome to VisheshVerse.

๐Ÿง 

AI Systems Builder

From prediction models to generative AI: building systems that make decisions, not just demos.

โš™๏ธ

Full Stack Engineer

MERN stack, Next.js, AWS. I deploy AI into real products that run in production.

๐Ÿ“„

Published Researcher

IEEE-published with active ongoing research. Bridging academic rigour with applied engineering.

Real-World Builds

Shipped systems for actual clients, not just portfolio projects.

VisheshVerse logo

VisheshVerse

Solo Builder & Designer : architecture, design system, animation system, CMS integration, SEO infrastructure, data layer, full-stack deployment

Most developer portfolios are either over-designed Dribbble experiments that look good and say nothing, or under-designed resume exports that say everything and feel like nothing. Neither converts. The real problem is that a portfolio for an AI engineer needs to simultaneously convince a recruiter in 3 seconds and satisfy a senior engineer who reads every word. It needs to be visually distinctive, technically credible, SEO-optimised for the right keywords, and fast enough to score well on Core Web Vitals. It also needs to be maintainable, a portfolio that requires a code deployment every time a new project is added is a portfolio that stops getting updated. VisheshVerse was built to solve all of these problems at once.

Next.jsTypeScriptTailwind CSSFramer MotionGoogle Sheets APIMongoDBAWS S3CloudFrontVercelCSS 3DSVG Animation
RGLawz logo

RGLawz

Solo Builder & Designer : full-stack architecture, database design, RBAC system, Electron desktop app, AWS S3 auto-update pipeline, UI/UX design

A busy law firm with 200+ active cases across multiple courts has one critical operational problem: keeping track of what is happening, when, and for whom. Missing a hearing date is not an inconvenience, it can cost a client their case. Before RGLawz, the firm managed this through manual registers and informal communication. There was no searchable case database, no calendar view of upcoming hearings, no digital bill generation, and no way for staff to access case information without physically being in the office. RGLawz Case Management replaced every one of those gaps with a single, secure, always-accessible platform.

ReactNode.jsExpress.jsMongoDBJWTbcryptMulterElectronAWS S3
The Auctores logo

The Auctores

Solo Builder & Designer : full-stack architecture, Sanity CMS integration, Supabase setup, ClickUp API client dashboard, GPT sales agent design and prompt engineering, Google Sheets CRM pipeline, UI/UX design

A virtual admin company lives and dies by its ability to make potential clients feel understood quickly. Most service business websites fail at this. They list features, show pricing, and hope the visitor figures out whether they need the service. The Auctores needed something that actively engaged visitors, helped them understand their own pain points, and moved them toward a buying decision, without requiring a human sales rep to be available 24/7. The solution wasn't a chatbot. It was a psychologically calibrated AI sales agent designed to feel like a helpful advisor while doing the work of a trained sales professional.

Next.jsSanity CMSSupabaseOpenAI GPT-4oGPT-4o-miniClickUp APIGoogle Sheets APIReactTailwind CSS
Ecoescape Mukteshwar logo

Ecoescape Mukteshwar

Solo Builder & Designer : full-stack architecture, UI/UX design, AirBnb-style gallery implementation, WhatsApp Business API integration, contact form email system, SEO optimisation

Small boutique properties in hill stations face a brutal discoverability problem. They're off the main tourist trail, they don't have the marketing budget of larger resorts, and they rely almost entirely on word of mouth and the occasional OTA listing that takes 15-20% commission on every booking. A well-built, SEO-optimised website with a frictionless inquiry flow changes that equation entirely, it gives the property a direct channel to guests, no middleman, no commission. The client's existing online presence was minimal. The goal was to build something that felt as premium as the property itself and made it effortless for a potential guest to take the next step.

Next.jsReactTailwind CSSWhatsApp Business APINodemailerVercel

Featured Projects

Research-backed systems, real data, real outcomes.

AgriVerse

AgriVerse

Indian farmers lose billions every year growing the wrong crop in the wrong soil, not because they're careless, but because traditional knowledge can't account for real-time soil chemistry and live weather patterns. AgriVerse is a deployed, full-stack explainable AI system that takes a farmer's soil parameters (N, P, K, pH) and live location, fetches real-time weather data, and recommends the top 3 crops with probability scores, SHAP-based explanations, counterfactual alternatives, and a trust score. Built on XGBoost with 99.80% classification accuracy across 22 crop types.

Deployed production system serving real crop recommendations for Indian farmers, 99.80% accuracy across 22 crops, with explainability that tells you not just what to grow but why and how to adjust your soil to grow something better.

PythonXGBoostSHAPReactNode.jsExpress.jsscikit-learnChart.jsOpen-Meteo API
Case study โ†’
RealityCheck

RealityCheck

Every LLM hallucinates. ChatGPT, Llama, Mistral, they all generate factually wrong content with complete confidence, and most users have no way to know. RealityCheck is a modular, model-agnostic six-phase hallucination correction pipeline that sits as an external verification layer over any LLM. It takes the LLM's response, breaks it into atomic factual claims, retrieves Wikipedia-grounded evidence, verifies each claim through NLI + semantic alignment + rule-based reasoning, and delivers a corrected response, all before the answer reaches the user. Evaluated on TruthfulQA across IBM WatsonX Granite, Meta Llama, and MistralAI Mistral, it improved answer accuracy by up to 30 percentage points and hallucination recall from 37โ€“45% to 78โ€“83%.

Improved answer-level accuracy by up to 30 percentage points and hallucination recall from under 45% to over 80% across three LLMs, without modifying a single model weight, without adding another LLM call, and with overcorrection rates kept below 7%.

PythonNLPNatural Language InferenceSentence TransformersXGBoostWikipedia MediaWiki APIIBM WatsonXMeta LlamaMistralAIHuggingFaceTruthfulQA
Case study โ†’
VitaAI

VitaAI

Doctors make life-or-death decisions under time pressure with incomplete information. VitaAI is an AI-assisted medical diagnosis platform built for doctors, not patients. Input a patient's symptoms, and the system predicts the top 10 most likely diseases ranked by severity, generates SHAP-based clinical reasoning for each prediction, and translates that reasoning into a plain-language medical report via IBM WatsonX. Doctors can generate prescriptions directly. Patients can schedule appointments and access their reports. Validated and tested end-to-end by 16 real-world doctors. Won the Deloitte Capstone Project Award.

Won the Deloitte Capstone Project Award. Prediction model validated, boosted, and alignment-tested by 16 real-world doctors across end-to-end testing.

PythonXGBoostSHAPIBM WatsonXPyTorchSentence TransformersReactNode.jsExpress.jsMongoDBJWT
Case study โ†’
SkillAI

SkillAI

Most career recommendation tools match keywords to job titles. SkillAI goes deeper, it uses a two-layer AI architecture trained on the 2025 U.S. Department of Labor O*NET dataset to predict the top 10 most suitable careers for a user's specific skill set. An XGBoost model first clusters the occupation space, then a deep neural network searches within the identified cluster for the most precise career matches. Captum-based explainability maps exactly which skills drove each recommendation, and IBM WatsonX translates that into a plain-language career report.

Deployed career recommendation engine predicting top 10 job matches from 2025 O*NET data using a two-layer XGBoost + DNN pipeline with full Captum explainability.

PythonXGBoostPyTorchDeep Neural NetworksCaptumIBM WatsonXReactNode.jsExpress.jsO*NET Dataset
Case study โ†’

Publications

Peer-reviewed research bridging AI theory with real-world application.

CrypTon: A Hybrid Quantum-Classical Framework Integrating BB84 QKD with AES for Secure Communication

CrypTon: A Hybrid Quantum-Classical Framework Integrating BB84 QKD with AES for Secure Communication

Co-authors: Vishesh Goyal, Dr. Raguru Jaya Krishna

Quantum computers are coming for classical encryption. CrypTon is an IEEE-published research framework that integrates Quantum Key Distribution (BB84 protocol) with AES encryption to build a hybrid cryptographic system that is secure against quantum attacks, without modifying the cipher itself. Implemented in Qiskit and Python, the system achieved 97.3% eavesdropper detection accuracy across 1000 trials, proving that quantum-secured keys can be seamlessly plugged into existing AES infrastructure.

Quantum CryptographyQKDBB84 ProtocolAES EncryptionQiskitPost-Quantum SecurityIEEE PublishedPython2026
View on IEEE Download PDFFull paper โ†’
Identifying Mango Leaf Diseases with Advanced Deep Learning Approaches and Convolutional Neural Networks  - MangoMed AI

Identifying Mango Leaf Diseases with Advanced Deep Learning Approaches and Convolutional Neural Networks - MangoMed AI

Co-authors: Tanishta, Vishesh Goyal, Dr. Megha P. Arakeri

India produces 50% of the world's mangoes. Yet diseases like Anthracnose and Bacterial Canker routinely destroy 10โ€“39% of yields because early detection requires expert eyes that most farmers don't have access to. MangoMedAI is an IEEE-published deep learning system that detects and classifies 8 mango leaf diseases with 98.97% accuracy and an F1 score of 99.10%, using a fine-tuned EfficientNet-B0 model trained on 12,046 leaf images. Built with FastAI and PyTorch, it outperforms multiple existing approaches in both accuracy and deployment efficiency.

Deep LearningComputer VisionEfficientNetCNNTransfer LearningFastAIPyTorchAgriculture AIImage ClassificationIEEE Published2025
View on IEEE Download PDFFull paper โ†’
PRIORIS: Dynamic Adapting Scheduling for HPC โ€” Eliminating Job Failure through Robust Resource Allocation

PRIORIS: Dynamic Adapting Scheduling for HPC โ€” Eliminating Job Failure through Robust Resource Allocation

Co-authors: Vishesh Goyal, Dr. Pavithra N.

Every large-scale computing cluster, from cloud engines to supercomputers, runs on a job scheduler. Most of them are decades-old algorithms that don't know what's happening in the system right now. PRIORIS is an IEEE-published adaptive job scheduling framework for High Performance Computing environments that replaces static scheduling and failure prediction with real-time resource awareness, dependency-driven job promotion, and starvation prevention. Evaluated on 5000 synthetic jobs, it reduced makespan by 24.7% and average wait time by 31.5% compared to the standard First-Come-First-Served baseline.

High Performance ComputingJob SchedulingDynamic SchedulingResource AllocationDependency ManagementPythonIEEE PublishedSystems DesignAlgorithm Design2025
View on IEEE Download PDFFull paper โ†’
AI-Powered Personalized Learning Platform: NLP-Driven Article-Centric Chatbot with Sentiment Analysis

AI-Powered Personalized Learning Platform: NLP-Driven Article-Centric Chatbot with Sentiment Analysis

Co-authors: Dr. Pavithra N., Dr. Sapna R., Dr. Preethi, Dr. Manasa C. M., Dr. Ashwitha A., Vishesh Goyal

Most AI learning tools answer from a giant pre-trained knowledge base, which means they hallucinate, drift off-topic, and can't be controlled. This IEEE-published system takes a different approach: upload any article, and the chatbot answers only from that content. Built with NLP, TF-IDF vectorisation, cosine similarity, and an SVM-based sentiment classifier, the platform achieved 90% question-answering accuracy and 90.84% precision, with zero reliance on large language models. Designed specifically for educational environments where transparency and controlled knowledge sources matter.

NLPChatbotSentiment AnalysisSVMTF-IDFCosine SimilarityEdTechPythonQuestion AnsweringIEEE PublishedMachine Learning2026
View on IEEE Download PDFFull paper โ†’

Systems I Build With

The tools that make the systems real.

Languages

PythonTypeScriptJavaScriptSQL

Frameworks

Next.jsReactNode.jsExpressFastAPI

AI / ML

PyTorchScikit-learnOpenCVTransformersLangChain

Databases

MongoDBPostgreSQLRedis

Cloud & Tools

AWS S3AWS EC2VercelDockerGitHub Actions

Courses & Certifications

Structured learning across AI, systems design, and applied math.