class SaadWaqar:
def __init__(self):
self.name = "Saad Waqar"
self.role = "AI & Computer Vision Engineer"
self.location = "Lahore, Pakistan π΅π°"
self.email = "saadwaqar118@gmail.com"
self.focus = ["Deep Learning", "Computer Vision", "Multimodal AI"]
self.currently = "Fine-tuning Transformers & Vision-Language Models"
self.open_to = ["Collaborations", "Research", "Open Source"]
self.fun_fact = "I think in tensors π§ "
def status(self):
return "Always Learning, Always Building π"
print(SaadWaqar().status())
# Output: Always Learning, Always Building πObject Detection ββββββββββββββββββββ YOLO v8/v11, RT-DETR
Instance Segmentation ββββββββββββββββββββ Mask R-CNN, SAM
Vision-Language Modelsββββββββββββββββββββ LLaVA, BLIP-2, Flamingo
Fine-tuning LLMs ββββββββββββββββββββ LoRA, QLoRA, PEFT
Pose Estimation ββββββββββββββββββββ MediaPipe, OpenPose
OCR & Document AI ββββββββββββββββββββ TrOCR, PaddleOCR
Real-time Inference ββββββββββββββββββββ TensorRT, ONNX, OpenCV