bharath@readme:~$ nano me.py
class bharath:
def __init__(self):
self.education = ["Major in AI & Data Science | VNRVJIET | 2022-2026"]
self.work = ["LLMs & AI Agents", "UI/UX Design", "Web & App Dev", "Voice Agents", "AI Automation"]
def introduce(self):
intro = client.responses.create(f'write like me {self.education}, {self.work}')
print(intro)
me = bharath().introduce()bharath@readme:~$ python me.py
I am Bharath Ajjarapu, final year student majoring in AI & Data Science at VNRVJIET.
The combination of my passion for design, code & develop positions me in a unique
place in the world of development. I have been developing from past 5 years and
worked on various technologies mentioned below.
bharath@readme:~$ bash connect.sh




