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.

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

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

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

    projects = {
        'Gesture': '실시간 수어 번역 영상회의 서비스',
        'Dogtor': '온디바이스 AI 반려견 케어 서비스',
        'FreshMoney': '청년정책 · 재정관리 서비스',
        'IncidFlow': 'LangGraph기반 장애보고서 작성 자동화 에이전트',
    }

    awards = {
        'GBSW 2026 1학기 캡스톤': '금상',
        'GBSW 2025 2학기 캡스톤': '동상',
        'GBSW 2025 1학기 캡스톤': '은상',
        '2025 SWAI': '우수상',
        '데이터 크리에이터 캠프': '장려상',
        '전국 고등학교 동아리 SW 경진대회': '장려상',
        '2024 MS 해커그라운드 해커톤': '장려상',
    }

    etc = {
        'blog': r'https://blog.ingyuc.click',
         # life_blog = r'https://blog.naver.com/yeeeengyu'
        'linkedIn': r'https://linkedin.com/in/인규-최',
        'portfolio': r'https://yeeeengyu.notion.site/1e92a6b0e27480cfbb0eff89b51303fd?pvs=74',
    }

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

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

Pinned Loading

  1. whatsMeal whatsMeal Public

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

    Python 9

  2. Swagger_Inspector Swagger_Inspector Public

    0112 RAG 미니프로젝트

    Python 1

  3. IncidFlow IncidFlow Public

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

    Python

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

    제스처 AI 리포지토리

    Python