import React, { useState, useEffect } from 'react'; import { User, Briefcase, GraduationCap, Code, Database, BarChart, Mail, Phone, MapPin, ChevronRight, Github, Linkedin, ExternalLink, Cpu, Server } from 'lucide-react'; const App = () => { const [activeTab, setActiveTab] = useState('all'); const [scrolled, setScrolled] = useState(false); useEffect(() => { const handleScroll = () => setScrolled(window.scrollY > 50); window.addEventListener('scroll', handleScroll); return () => window.removeEventListener('scroll', handleScroll); }, []); const stats = [ { label: 'Years Experience', value: '6+' }, { label: 'Core Projects', value: '15+' }, { label: 'Certifications', value: 'NASSCOM' }, { label: 'Expertise', value: 'AI & Backend' }, ]; const skills = { analyst: ["Data Analysis", "Data Visualization", "Dashboard Creation", "Data Modeling", "DAX", "Power BI", "Tableau", "Looker"], developer: ["Python", "Flask", "Django", "Microservices", "REST APIs", "AWS", "SQL", "MongoDB", "Redis"], libraries: ["TensorFlow", "PyTorch", "Scikit-Learn", "Pandas", "NumPy", "OpenCV", "Kafka"] }; const experience = [ { company: "IUCTE, BHU, Varanasi", role: "Currently Working", period: "Present", description: "Inter University Centre for Teacher Education (IUCTE) – focusing on technical integration and data-driven educational systems.", icon: }, { company: "Centre for Vedic Sciences, BHU", role: "Data Analyst / Python Developer", period: "2019 - 2024", description: "Spearheaded data virtualization projects, built Power BI dashboards, and developed robust backend microservices using Flask.", icon: } ]; const education = [ { school: "Amity University Uttar Pradesh", degree: "Ph.D. (Current Status)", period: "Ongoing", description: "Advancing research in the intersection of Data Science and Applied Intelligence.", icon: }, { school: "Banaras Hindu University (BHU)", degree: "AI & Data Scientist Certification", period: "2023", description: "Certified by NASSCOM – Specialized training in advanced AI methodologies.", icon: }, { school: "UPRTOU, Varanasi", degree: "MCA (Master of Computer Applications)", period: "2020 - 2023", description: "Masters degree with focus on software engineering and data structures.", icon: } ]; return (
{/* Navigation */} {/* Hero Section */}
PH.D. SCHOLAR • AMITY UNIVERSITY

Shubham Prajapati

AI-Data Scientist & Python Developer at IUCTE, BHU. Bridging the gap between complex data virtualization and scalable microservice architectures.

{/* Fallback pattern since we don't have the real image */}

Top Expertise

Python Backend • Power BI • Machine Learning

{/* Decorative elements */}
{/* Stats Section */}
{stats.map((stat, idx) => (
{stat.value}
{stat.label}
))}
{/* About & Experience */}

1 Education & Career

{experience.map((item, idx) => (
{item.period}

{item.company}

{item.role}

{item.description}

))} {education.map((item, idx) => (
{item.period}

{item.school}

{item.degree}

{item.description}

))}

2 Technical Arsenal

Analytics & BI

{skills.analyst.map(s => {s})}

Backend & APIs

{skills.developer.map(s => {s})}

Libraries & Frameworks

{skills.libraries.map(s => {s})}
{/* Projects Section */}

Portfolio

Featured Projects

Business Intelligence

Streaming Insights Dashboard

Comprehensive Power BI dashboard for Netflix, Amazon Prime, and Hotstar. Features IMDb score tracking, yearly release analytics, and viewer engagement strategies.

Power BI ETL Data Modeling
Machine Learning

Movie Recommendation Engine

Sophisticated tool leveraging collaborative and content-based filtering algorithms to predict user preferences based on vast interaction datasets.

Python Scikit-Learn Flask API
{/* Contact Section */}

Get in touch

Email

shubhamcvs@bhu.ac.in

Phone

+91 7007084967

Location

Varanasi, Uttar Pradesh, India

e.preventDefault()}>