Hi, I'm Aryan!
# Building intelligent systems, one model at a time
class AIEngineer:
focus = ["GenAI", "Agentic AI", "Multi-Agent"]
status = "Open to Opportunities π"
About me
Introduction
aryan_model_card.py
# π€ AI Engineer β Model Card
from dataclasses import dataclass, field
from typing import List
@dataclass
class Aryan:
"""
An enthusiastic AI practitioner who loves
turning complex ideas into real, working
solutions. Passionate about building impactful
AI systems in automation, multi-agent systems,
deep learning, NLP, and intelligent chatbots.
Driven by curiosity, consistency, and the
thrill of building something smarter.
"""
role: str = "AI & ML Engineer"
focus: List[str] = field(default_factory=lambda: [
"Generative AI", "Agentic AI",
"Multi-Agent Systems", "NLP",
"Deep Learning", "RAG"
])
experience: str = "3+ years learning journey"
projects: int = 5 # and counting
certifications: int = 10+
status: str = "Open to Opportunities π"
def vibe(self):
return "Curiosity + Consistency = Growth"
from dataclasses import dataclass, field
from typing import List
@dataclass
class Aryan:
"""
An enthusiastic AI practitioner who loves
turning complex ideas into real, working
solutions. Passionate about building impactful
AI systems in automation, multi-agent systems,
deep learning, NLP, and intelligent chatbots.
Driven by curiosity, consistency, and the
thrill of building something smarter.
"""
role: str = "AI & ML Engineer"
focus: List[str] = field(default_factory=lambda: [
"Generative AI", "Agentic AI",
"Multi-Agent Systems", "NLP",
"Deep Learning", "RAG"
])
experience: str = "3+ years learning journey"
projects: int = 5 # and counting
certifications: int = 10+
status: str = "Open to Opportunities π"
def vibe(self):
return "Curiosity + Consistency = Growth"
Skills
My technical levelProg- Languages
Core Development SkillsPython
65%C
55%Libraries & Frameworks
AI & DS LibrariesNumPy
60%Pandas
65%Matplotlib
55%Seaborn
55%Scikit-learn
60%TensorFlow & Keras
40%PyTorch
40%Machine Learning
ML TechniquesSupervised Learning
60%Unsupervised Learning
55%Regression
60%Classification
60%Clustering
50%Deep Learning
Neural NetworksConvolutional Neural Network
60%Recurrent Neural Networks
55%Autoencoders
50%Transformers
55%Generative AI
Modern AI MethodsLarge Language Models
60%Hugging Face
60%Natural Language Processing
60%RAG
50%Prompt Engineering
LLM Interaction SkillsZero-shot
65%One-shot
60%Chain-of-thought
55%Persona prompts
55%Tree-of-thought
50%Qualification
Bachelor's in AI & Data Science
KLE College of Engineering and Technology, Belagavi
Percentage: 83 % (Till 6th Semester) β’ 2022 - 2026
PUC (Class XII)
JA Pre-University College, Athani
78.50% β’ 2020 - 2022
SSLC (Class X)
Govt High School, Ugar Khurd
79.36% β’ 2020
Artificial Intelligence Intern
Rajaj.Tech - Remote
August 2025 - September 2025
AI/ML Project Development
Personal Projects & Learning
2023 - Present
Professional Certifications & Specializations
Course Certifications
Completed Courses
Python for Data Science, AI & Development (Coursera)
Generative AI: Prompt Engineering Basics (Coursera)
Building Generative AI-powered Applications with Python
Introduction to MCP (Anthropic)
Machine Learning with Python (IBM)
Introduction to Artificial Intelligence (IBM)
Generative AI: Introduction to Applications (IBM)
Developing AI Applications with Flask
Data Analysis with Python (IBM)
Introduction to Deep Learning & Neural Networks (IBM)
Generative AI & LLMs: Architecture and Data (IBM)
AI Engineer Certificate (OneRoadMap)
Projects
AI/ML applications in actionPublications
Research & Journal Papers
research_paper.py
β Published
# Abstract
Proposes a multi-agent AI system orchestrating specialized autonomous agents (Senior Manager, Project Manager, Developer, Tester, Integrator) entirely on local LLMs via Ollama β eliminating cloud dependency for intelligent project management.
Proposes a multi-agent AI system orchestrating specialized autonomous agents (Senior Manager, Project Manager, Developer, Tester, Integrator) entirely on local LLMs via Ollama β eliminating cloud dependency for intelligent project management.