Skip to content
View samyeh621109's full-sized avatar

Block or report samyeh621109

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
samyeh621109/README.md

Hi, I'm Sam Yeh 👋

AI Systems Engineer · Edge AI · Rust · Computer Vision · Embedded Systems · Distributed Systems

Taipei, Taiwan 🇹🇼 · Available for global remote opportunities


struct SamYeh {
    focus:    &'static str,
    stack:    [&'static str; 6],
    domains:  [&'static str; 4],
}

impl SamYeh {
    fn new() -> Self {
        Self {
            focus: "AI systems that operate in real-world, offline, 
                    and constrained environments",
            stack: [
                "Rust (Actix / Tokio)",
                "Python (FastAPI / ML pipelines)",
                "Go (distributed services)",
                "C / C++ (embedded / RTOS / ESP-IDF)",
                "Kubernetes / Docker",
                "ESP32-S3 / Edge devices",
            ],
            domains: [
                "Edge AI & Embedded Systems",
                "Computer Vision Pipelines",
                "AI Infrastructure & Distributed Systems",
                "Enterprise System Integration",
            ],
        }
    }
}

🔬 Featured Project

TinyBit — MatMul-free Ternary-Mamba LLM on ESP32-S3
Edge-deployed LLM on microcontroller · 15.82 tok/s · 8MB PSRAM · Open-source


📌 Background

20+ years across precision industrial systems (TSMC, Ritek), IoT fleet platforms, FinTech architecture, and applied AI engineering.


🧩 Supporting Systems (non-core)

Frontend:

  • Next.js
  • Vue 3
  • Nuxt

Backend (legacy / enterprise systems):

  • Java
  • C#
  • PHP

🔗 Links

Popular repositories Loading

  1. RollerScanner RollerScanner Public

    Forked from LaRevoltage/RollerScanner

    RollerScanner — Fast Port Scanner Written On Python

    Python 2

  2. ippsample ippsample Public

    Forked from istopwg/ippsample

    IPP sample implementations.

    C

  3. netlify-continuous-deployment-ithome-demo netlify-continuous-deployment-ithome-demo Public

    Forked from githubmhjao/netlify-continuous-deployment-ithome-demo

    netlify-continuous-deployment-ithome-demo

    JavaScript

  4. netlify-functions-linebot-example netlify-functions-linebot-example Public

    Forked from n0bisuke/netlify-functions-linebot-example

    LINE BOT Example for Node.js on netlify functions

    JavaScript

  5. netlify-linebot-sample netlify-linebot-sample Public

    Forked from rykawamu/netlify-linebot-sample

    Netlifyを利用したLINE Botのサンプル

    JavaScript

  6. netlify_linebot netlify_linebot Public

    Forked from toshikisugiyama/netlify_linebot

    Netlify Functionsを使ったLINEボット

    JavaScript