Skip to content
View trinhtuanvubk's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report trinhtuanvubk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
trinhtuanvubk/README.md

Hi there 👋

Linkedin Badge Gmail Badge

class MachineLearningEngineer:

    def __init__(self):
        self.name = 'Tuan-Vu Trinh'
        self.position = 'AI/ML Engineer'

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")
    

if __name__ == '__main__':
    me = MachineLearningEngineer()
    me.say_hi()

⚡ Stats ⚡



Pinned

  1. yolo8-tracking-counting-speed_estimation yolo8-tracking-counting-speed_estimation Public

    Tracking, counting and speed estimation using yolo8

    Python 10 1

  2. handwritten-ocr handwritten-ocr Public

    My personal implementation of SVTR model for handwritten OCR

    Python 6 1

  3. Document-Scanner Document-Scanner Public

    Simple Document Scanner using Semantic Segmentation

    Python 1

  4. pytorch-ml-utils pytorch-ml-utils Public

    Some utility functions / decorators / modules related to Pytorch to help speed up coding

    Python 1

  5. Speaker-Verification-TDNN Speaker-Verification-TDNN Public

    Python