- 🎓 I am MSc Big Data Engineer | Machine Learning Engineer
Data Scientist with 4+ years in Generative AI, LLMs, Big Data Analytics, and MLOps. Creator of "UGI", Turkey’s first banking AI chatbot serving 28M+ users. MSc in Big Data and Business Analytics from Istanbul Technical University. Expert in Python, NLP, LLMs, Knowledge Graphs, and Azure/AWS. Proven record delivering scalable AI solutions and collaborating with teams across Turkey, Spain & Latin America.
#!/usr/bin/python3
class GenAIDataScientist:
def __init__(self):
self.name = "Altemur Celikayar"
self.role = "Expert Data Scientist"
self.company = "GarantiBBVA"
self.contact = "[email protected]"
self.work = "AI Agents & Chatbots"
me = GenAIDataScientist()

