class DataScientist:
def __init__(self):
self.name = "Daniala Datang"
self.role = "AI Developer & Data Scientist"
self.location = "Paris, France 🇫🇷"
self.education = "ECE Paris - Computer Science & AI"
self.languages = ["French", "English", "Python", "JavaScript"]
def say_hi(self):
print("Thanks for dropping by! Let's build something amazing together.")
def current_focus(self):
return {
"learning": ["Deep Learning", "NLP", "Computer Vision"],
"building": ["ML Pipelines", "AI Applications", "Data Dashboards"],
"exploring": ["LLMs", "Neural Networks", "Cloud ML"]
}
me = DataScientist()
me.say_hi()class CurrentlyLearning:
def __init__(self):
self.topics = {
"deep_learning": ["CNN", "NLP with Transformers"],
"deployment": ["Streamlit", "REST APIs"],
"automation": ["Data Pipeline", "Python Scripting"]
}
def get_next_skill(self):
return "Always learning something new! 🚀"## Achievements & Stats


