I'm a Junior AI Engineer passionate about building intelligent systems that solve real-world problems.
I own the full AI lifecycle — from problem framing and data strategy to modeling, optimization, deployment, and iteration.
I'm experienced in experiment tracking and model lifecycle management using MLflow, and I'm focused on delivering scalable AI systems that create measurable impact.
class AhmedIsmail:
def __init__(self):
self.name = "Ahmed Ismail"
self.role = "Jr. AI Engineer"
self.location = "Egypt"
self.skills = [
"Deep Learning",
"Computer Vision",
"NLP",
"MLOps",
]
self.open_to_work = True
def build_ai(self):
return "Production-ready impact"
me = AhmedIsmail()
# Me.build_ai() → let's connect!
Tools and technologies I use to build intelligent systems.