I'm a passionate Computer Science and Engineering student from Tamil Nadu, India, currently studying at Karpagam Academy of Higher Education. I specialize in full-stack web development using Django and React, and mobile app development with React Native. My interests lie in AI and machine learning, and I've worked on projects like an AI-powered image classification system for plant disease detection. I'm eager to collaborate on innovative projects and contribute to the tech community!
- π Iβm currently working on improving my AI and robotics skills
- π± Iβm learning by doing and love hands-on projects
- π¬ Ask me about web development, AI, and hackathons
- π« How to reach me: LinkedIn
- β‘ Fun fact: I enjoy solving real-world problems with technology
from cosmos.planets import π
me = Git.GitHub.user.get(user="TitanNatesan")
Titan = π.objects.get(user=me)
actions = ["Take a deep breath", "Go for a walk", "Listen to music", "Meditate"]
i = 0
while not Titan.mind.is_fine:
action = actions[i % len(actions)]
print(f"Relax and {action}...")
Titan.modify.state = action
Titan.save()
i += 1
if input("Do you feel better? (yes to stop, any other key to continue): ").lower() == 'yes':
Titan.mind.is_fine = True
print("You are ready to go!")
