class AIResearcher:
def __init__(self):
self.name = "Minh Duc VU"
self.role = "AI Researcher Engineer"
self.language_spoken = ["vn_VN", "en_US"]
self.education = ["EPITA", "HUS-VNU", "FPT Aptech"]
self.programming_language = ["Python", "Javascript"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = AIResearcher()
me.say_hi()
-
06:03
(UTC +01:00)
Pinned Loading
-
-
-
-
transport_classification
transport_classification PublicThis is the demo of transport classification project
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


