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 Loading

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

    Tracking, counting and speed estimation using yolo8

    Python 11 1

  2. handwritten-ocr handwritten-ocr Public

    My personal implementation of SVTR model for handwritten OCR

    Python 6 1

  3. tflite-yamnet-audio-classification tflite-yamnet-audio-classification Public

    Yamnet model using tflite_model_maker with esc-50 dataset

    Python 7

  4. NER-Flair-ONNX NER-Flair-ONNX Public

    This code is used to convert and infer Flair-ONNX model

    Python 2

  5. Intent-Classification-and-Entity-Recognition Intent-Classification-and-Entity-Recognition Public

    Intent classification and Entity Recoginition

    Python 4

  6. yolo-ncnn-cpp yolo-ncnn-cpp Public

    everything to infer yolo with ncnn and cpp

    C++ 4