Byte of me
AboutExperienceProjectsLet's talk

Built by Luong Thanh Phu Hoang

AboutExperienceProjectsContact

Connect

Licensed under MIT

    All
    All

    go-defaults

    Go
    open-source
    defaults
    struct-tag

    The defaults package simplifies the process of setting default values for struct fields in Go when they are unset (i.e., at their zero value or nil for pointers). Instead of manually checking each field for its zero value and assigning defaults, defaults uses struct tags to automatically parse and set default values, making your code cleaner and more maintainable.

    plogger

    Go
    open-source
    logging
    structured-logging

    A lightweight logger for Go with structured output and pluggable formatter/writer.

    Translator as a Service

    Python
    FastAPI
    open-source
    translator
    service

    A lightweight API for translating between English, Vietnamese, and French using pretrained models. Supports auto language detection and can be easily extended to other language pairs.

    Byte of me

    Next.js
    React.js
    Float UI
    Framer Motion
    React Bits
    next-intl
    Prisma
    Typescript
    PostgreSQL
    portfolio
    open-source
    developer-journey
    multilingual

    My digital garden — where thoughts, code, and growth converge.

    Live: https://phu-lth.space/

    MLA-LP: Multi-Level Adapters with Learnable Prompt for Medical Image Anomaly Detection

    Python
    open-source
    Vision-Language Model
    Medical image
    Anomaly Detection

    The MLA-LP model leverages the pre-trained CLIP vision-language model, enhanced with multi-level adapters and learnable prompts, to address the challenge of detecting and segmenting abnormalities in medical images. The model excels in both zero-shot and few-shot learning scenarios, achieving superior performance in anomaly classification (AC) and anomaly segmentation (AS) tasks across diverse medical imaging datasets.