- ✉️ You can contact me at my email
- 🧠 I'm currently focusing on Federated Learning/LLMs/AI/ML/DL.
- 🤝 I'm open to work - message me
from dataclasses import dataclass, field
from typing import List
@dataclass
class DataProf:
name: str = "Theophilus Siameh"
current_role: str = "AI/ML Consultant"
passions: List[str] = field(
default_factory=lambda: [
"artificial-intelligence",
"data-science",
"machine learning",
"federated learning",
"LLMs"
]
)
def say_hi(self):
return "Hi! Thanks for watching. 👋"
me = DataProf()
print(me.say_hi())
- 🔭 I’m currently working on ...
- 🌱 I’m currently learning ...
- 👯 I’m looking to collaborate on ...
- 🤔 I’m looking for help with ...
- 💬 Ask me about ...
- 📫 How to reach me: ...
- 😄 Pronouns: ...
- ⚡ Fun fact: ...