class WhoAmI:
def __new__(cls):
print("Some infomation about me :")
return super(WhoAmI, cls).__new__(cls)
def __init__(self):
self.name = 'Vivian Sedov'
self.email = '[email protected]'
self.role = 'Researcher'
self.hobbies = [
'Programming (allot)',
'Chess',
'Learning Japanese',
'Being up all Night figuring out how to FIX that ONE BUG...'
]
def __location():
return London()
def _ambitions():
work_in_japan()
travel_world()
research_in_ai()
# Allot more here >.<
- norg-fmt, Formatter for Neorg.
- NeorgBot, Discord for Norg Server.
- norg-fmt, Gandalf Inspired Discord bot.
- AnimeGans, Completed Research Project on GANs.
- Python - Python Enthusiast
- Machine Learning
- Deep Learning - Detection Softwares
- Data Science
- Computer Vision
- The Future
Quick note For my FYP : It will be Open Sourced by May 2023.