class Shubh:
def __init__(self):
self.username = 'Shubhmeep'
self.name = 'Shubh Sehgal'
self.location = 'Karol Bagh, Delhi'
self.code = {
'frontend': ['HTML', 'CSS', 'Boostrap'],
'Languages':['Python', 'SQL'],
'backend': ['Python', 'Django', 'Flask'],
'database': ['PostgreSQL', 'MySQL', 'SQLite3', 'Mongo DB', 'ChromaDB (Vector DB)'],
'Machine Learning' : [ 'Numpy', 'Pandas', 'Scikit-learn', 'Exploratory Data Analysis', 'Feature Engineering',
'Regression','Classification', 'Model Evaluation','MLflow(model tracking)', 'Hopsworks (Feature store/Model monitoring & registry)',
'Statistics (minitab)', 'Probability', 'OpenCV', 'LLMs (GPT-4, Llama 2, LaMini-LM, Gemini)'],
'devops/cloud': ['Docker','AWS (S3, EC2, Lambda, RDS, SQS, ECS)', 'Github Actions'],
'tools': ['GitHub', 'Pandas', 'Jupyter notebook', 'Adobe XD' ],
}
self.strengths = ['Committed to lifelong learning', ' Team Building', 'Reliable and consistent']
self.hobbies = ['Football', 'Gaming', 'Research']
def __str__(self):
return self.name
if __name__ == '__main__':
me = Shubh()
I love connecting with different people so if you want to say hi, I'll be happy to meet you ! :)