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)}."
⏳
I play badminton 🏸
Highlights
- Pro
Pinned Loading
-
cvzone/cvzone
cvzone/cvzone PublicThis is a Computer vision package that makes its easy to run Image processing and AI functions. At the core it uses OpenCV and Mediapipe libraries.
-
-
hrithikkoduri/WebRover
hrithikkoduri/WebRover PublicWebRover is an autonomous AI agent designed to interpret user input and execute actions by interacting with web elements to accomplish tasks or answer questions. It leverages advanced language mode…
-
ScrapeGraphAI/Scrapegraph-demo
ScrapeGraphAI/Scrapegraph-demo PublicStreamlit demo of Scrapegraph-ai for GPT4-hackaton
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.