class Meghanand:
def __init__(self):
self.me = "Meghssss"
self.undergrad = "SRM Institute of Science and Technology"
self.code = ["Python", "Javascript", "C++"]
self.tools = ["React.js", "Node.js", "Flask", "Neo4j", "LangChain", "PyTorch"]
def introduction(self):
return """This is **Meghanand Gejjela**, an undergraduate from SRM Institute of Science and Technology
majoring in Artificial Intelligence. As evident from my major, I specialize in building machine
learning models and webpages. I am fascinated by the realm of Generative AI, particularly in
the field of Large Language Models."""
def life_quotes(self):
return "π‘ Turning caffeine into code and creativity into solutions."|
|
|




