class JayPatel:
name = "Jay Patel"
location = "Morbi, Gujarat, India 🇮🇳"
university = "Darshan University"
role = [
"🤖 Aspiring AI/ML Engineer",
"📊 Data Science Enthusiast",
"💻 MERN Stack Developer",
]
skills = {
"AI/ML" : ["PyTorch", "TensorFlow", "Scikit-learn", "NLP", "Computer Vision", "Pandas"],
"Web" : ["React", "Next.js", "Node.js", "Express", "MongoDB", "REST APIs"],
"Tools" : ["Git", "Docker", "SQL", "Flask"],
}
currently_learning = ["Data Mining", "DAA", "ASP.NET Core", "Advanced ML"]
contact = "pateljay98796@gmail.com"
fun_fact = "Friendly leader who connects, communicates & inspires 🌟"
def mission(self):
return "Build AI-driven apps that turn raw data → intelligent solutions 🚀""Eager to connect with AI & Software Engineering professionals — let's discuss innovation, collaboration, and the future of technology."

