#!/usr/bin/python
# -*- coding: utf-8 -*-
class YasmeenAlsaedy:
def __init__(self):
self.name = "Yasmeen Alsaedy"
self.live = "Jeddah, Saudi Arabia"
self.role = "PhD Student"
self.interested = [
'Vision-Language Models (VLMs)',
'Test-Time Adaptation (TTA)',
'Vision-Language Reasoning'
]
self.learning = [
'Multimodal Learning',
'Vision-Language Alignment',
'Efficient VLM Adaptation'
]
self.hobbies = ['Kickboxing', 'reading']
def welcomeMessage(self):
print("Welcome to my GitHub profile.")
me = YasmeenAlsaedy()
me.welcomeMessage()
Highlights
- Pro
Popular repositories Loading
-
VideoGroupChatTwilio
VideoGroupChatTwilio PublicThis the code from https://www.twilio.com/blog/2017/09/laravel-and-twilio-group-video-chat.html and Edited by me
-
-
DistrictNamesForJeddahArabic-English
DistrictNamesForJeddahArabic-English PublicDistrict Names For Jeddah in Arabic&English
PHP
-
-
-
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.
