class Me:
def __init__(self):
self.name = "Zamal Babar"
self.location = "Germany"
self.interests = [
"Time series",
"Computer Vision & NLP",
"Multi-Agent AI Systems",
"Web & Automation",
"Swimming & Hiking 🌊⛰",
"Insanely obsessed with Badminton 🏸🔥"
]
self.tools = [
"Python, JAX, LangChain, Vector Stores",
"TensorFlow, PyTorch, Transformers"
]
def introduce(self):
return f"Hi, I'm {self.name} from {self.location}. I work with {', '.join(self.tools)}."
-
Notifications
You must be signed in to change notification settings - Fork 0
zamalali/zamalali
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published