def get_motivated(feeling: str) -> str:
"""
Turns any feeling into perspective.
Input : how you're feeling right now (e.g. "stuck", "lost", "tired")
Output : a reminder that you're capable of changing the world
"""
return (
f"So you're feeling {feeling}? Here's something to remember:\n\n"
"'When you grow up you tend to get told that the world is the way it is...\n"
" Life can be much broader once you discover one simple fact:\n"
" Everything around you that you call life was made up by people\n"
" that were no smarter than you. And you can change it, you can influence it…\n"
" Once you learn that, you'll never be the same again.'\n\n"
" — Steve Jobs"
)
>>> get_motivated("stuck")-
🧠 Deep into teaching machines to see, think, and occasionally hallucinate responsibly
-
👯 Open to collaborate on AI/ML research & production systems
-
🏆 3× Hackathon Winner — AWS (2×) & Dr. Reddy's
-
💬 Ask me about AI, or literally anything — I'll somehow relate it back to AI 😅
-
⚡ Fun fact: I thought frontend development was easy 😓


