class AlexJuma:
def __init__(self):
self.name = "Alex Juma"
self.location = "Winnipeg, MB, Canada"
self.roles = ["AI Engineer", "Full-Stack Developer", "Desktop Expert"]
self.interests = ["Machine Learning", "Computer Vision", "Data Science", "LLMs"]
self.currently_building = "AI-powered applications with LangGraph"
def say_hi(self):
print("Thanks for dropping by! Let's build something amazing together.")
me = AlexJuma()
me.say_hi()- Currently exploring AI Agents & LangGraph
- Passionate about turning data into actionable insights
- Background in Data Science, ML & Full-Stack Dev
- Always learning, always shipping

