class DariushKazemi:
def __init__(self):
self.name = "Dariush Kazemi"
self.role = "Data Engineer & AI Researcher"
self.location = "Tehran, Iran 🇮🇷"
self.education = "Ph.D. Student @ University of Tehran"
self.current_work = [
"Real-time data systems @ OnTime",
"Genetic analysis @ Colife Medical Labs",
"GeoAI research @ University of Tehran"
]
def say_hi(self):
print("Thanks for dropping by! Let's build something amazing together! 🚀")
me = DariushKazemi()
me.say_hi()
|
|
I'm always excited to collaborate on innovative projects, especially those involving:
- 🔄 Real-time data systems
- 🧠 Graph Neural Networks
- 🧬 Biomedical AI
- 🌍 Geospatial analysis
When I'm not building data pipelines or training neural networks, you can find me playing Dota 2⚡
