Skip to content

vsedov/vsedov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Hello There 🐍

- :octocat: Who am I?

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 = 'viv.sv@hotmail.com'
      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 >.<

What am I currently working on

- I like Quotes :

Readme Quotes

- Stuff That I love

  • 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.

- My Amazing Trophies !

trophy

- Technologies & Tools / programming languages

Profile views wakatime

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published