Building the future with Gen-AI & Web3. I bridge the gap between logic and creative design.
import { useState } from 'react';
import { useLLM } from '@ai-sdk/react';
export function PromptEngineer() {
const [prompt, setPrompt] = useState('');
const { response, stream } = useLLM();
const askAI = () => stream({ prompt });
return (
<div>
<input value={prompt} onChange={e => setPrompt(e.target.value)} />
<button onClick={askAI}>Ask AI</button>
<p>{response}</p>
</div>
);
}
I am a B.Tech CSE undergraduate and a National Grand Finalist (Top 3%) at the Hyperspace Innovation Hackathon 2026 for our project, 'Sol-Ark.' I specialize in bridging the gap between clean full-stack development and cutting-edge technologies. My core expertise lies in Python, React.js, and Gen-AI integration, backed by specialized training in AR/VR development. Whether I am architecting a new web application, building intuitive user experiences, or exploring the capabilities of modern LLMs, I am driven by shipping scalable, innovative solutions.
When I'm not coding, you'll find me exploring new technologies, contributing to open-source projects, or sharing knowledge with the developer community.
A Top 200 National Grand Finalist out of 6,000+ teams, Sol-Ark is a space storm prediction platform integrating an interactive 3D virtual tour and real-time email alert architecture.
An AI-driven virtual mouse that leverages computer vision and real-time hand-tracking algorithms to control the system cursor and execute precise clicks entirely through a webcam.
A touchless creative application that translates live webcam hand-tracking into dynamic, AI-generated digital art, completely eliminating the need for traditional hardware peripherals.
A scalable web application designed to optimize student housing workflows. It automates digital room assignments, manages facility states, and provides administrators with an intuitive oversight dashboard.
Engineered 'Sol-Ark', a high-performance space storm prediction system featuring a real-time email alert architecture and an immersive 3D virtual tour.
Executed hands-on cloud architecture and generative AI deployments within live Google Cloud Platform (GCP) sandbox environments, solving complex infrastructure challenges.
Rigorously training core computer science fundamentals and logical reasoning through the deep study of Data Structures and Algorithms (DSA), prioritizing solution optimization and pattern recognition over mere completion volume.
I'm always open to discussing new projects, creative ideas, or opportunities to be part of your visions.
+91 8077824227
Greater Noida, Uttar Pradesh (INDIA)