Skip to content
View yeeeengyu's full-sized avatar

Organizations

@webisnoteasy @2025-Standard @Bigtablet @Spoti-py @capstone-WAGYU @Q-AI-ADHD @3-1-ChoiInSawMan @SILI-airPressure

Block or report yeeeengyu

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.

Content in all repositories owned by your account will be closed.
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
yeeeengyu/README.md
from typing import Any


PORTFOLIO = r'https://yeeeengyu.notion.site/1e92a6b0e27480cfbb0eff89b51303fd'

class Yeeeengyu:
    role = 'AI/ML Backend Engineer'

    stack = {
        'Backend': ['FastAPI', 'Flask'],
        'AI/ML': ['PyTorch', 'LangChain', 'LangGraph', 'YOLO'],
        'Database': ['MongoDB', 'MySQL'],
        'Infra': ['Docker', 'AWS'],
    }

    etc = {
        'blog': {
            'skill_blog':  r'https://blog.ingyuc.click',
            'life_blog': r'https://blog.naver.com/yeeeengyu'
        },
        'linkedIn': r'https://linkedin.com/in/인규-최',
    }


    def introduce(self) -> dict[str, Any]:
        return {
            'role': self.role, 
            'stacks': self.stack,
            'etc': self.etc,
            'portfolio': PORTFOLIO
        }

me = Yeeeengyu()
print(me.introduce())

Pinned Loading

  1. whatsMeal whatsMeal Public

    경소마고 오늘의 급식을 보여주는 데스크톱 트레이 앱

    Python 15

  2. LightBox_monorepo LightBox_monorepo Public

    LightBox 모노레포

    TypeScript

  3. 3-1-ChoiInSawMan/gesture_AI 3-1-ChoiInSawMan/gesture_AI Public

    제스처 AI 리포지토리

    Python

  4. IncidFlow IncidFlow Public

    LangGraph기반 장애보고서 작성 자동화 에이전트

    Python