import { motion } from "framer-motion"; import { Brain, Cpu, Globe } from "lucide-react"; const About = () => { return (

About Me

I am a research-oriented AI/ML Engineer and Hackathon Winner with a passion for building scalable intelligent systems.

My expertise spans across Generative AI, Computer Vision, and IoT. I focus not just on models, but on creating real-world impact through efficient optimization and deployment.

Currently optimizing Quantum Machine Learning algorithms at IISc Bangalore.

{/* Cards */}

Research

Working on cutting-edge algorithms in QML & Computer Vision.

Engineering

Building scalable RAG systems and deploying models to production.

Impact

Solved real-world problems for NDMA and Agricultural sectors.

); }; export default About;