Yo, I'm Saisha, a Final year CS student who's absolutely obsessed with making ML feel less intimidating and more like... I don't know, your cool friend explaining how the YouTube algorithm works?
Also I love writing about why AI is actually pretty chill and how we can make friends with our robot lords 🤖💕
current status: debugging my life choices but also tensorflow models
class CurrentMood:
def __init__(self):
self.status = "pre-final year CS student @ Amity University"
self.obsession = ["AI/ML research", "technical writing", "making tech accessible"]
self.goals = "bridging the gap between complex AI and real humans"
def daily_energy(self):
return {
"morning": "reading research papers with coffee ☕",
"afternoon": "training models and writing about them 🤖",
"evening": "creating content that doesn't suck 📝",
"night": "dreaming about the future of AI 🌙"
}
def life_motto(self):
return "if you can't explain it simply, train a better model 💅"



