Skip to content
View yeeeengyu's full-sized avatar

Organizations

@2025-Standard @Spoti-py @capstone-WAGYU @Q-AI-ADHD @3-1-ChoiInSawMan

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

Welcome my Github

class Yeeeengyu:
    role = 'AIML Backend Engineer'


    stack = {
        'Backend': ['FastAPI','Flask'],
        'Database': ['MongoDB', 'MySQL'],
        'AIML': ['Python', 'PyTorch', 'LangChain', 'LangGraph', 'FAISS', 'YOLO', 'MediaPipe'],
        'Infra': ['Docker', 'AWS', 'Cloudflare'],
    }


    projects = {
        'School': {
            'Gesture': 'Video Conference Service with Real-time Korean Sign Language Translation',
            'Dogtor': 'On-Device AI-Powered Pet Healthcare Service',
            'FreshMoney': 'Youth Policy and Financial Management Service',
            'LightBox': 'Real-time Drowsiness Detection & Alert Service',
        },

        'Personal': {
            'whatsMeal': 'GBSW School Meal Menu in the Desktop System Tray',
            'WeatherClassifier': 'Real-time Weather Predictor',
            'SwaggerInspector': 'RAG-Based Chatbot for Exploring Project Functions',
            'IncidFlow': 'LangGraph-based Incident Report Automation Service',
        },
    }


    awards = {
        'School': {
            'Capstone': {
                '2026_GBSW_1st_Semester_Capstone': 'Gold Award',
                '2025_GBSW_2nd_Semester_Capstone': 'Bronze Award',
                '2025_GBSW_1st_Semester_Capstone': 'Silver Award',
            },

            '2026_GBSW_Algorithm_Challenge': 'Silver Award',
        },

        'External': {
            '제10회 전국 고등학교 동아리 SW 경진대회': 'Encouragement Award',
            '제7회 데이터 크리에이터 캠프': 'Encouragement Award',
            '2025 SWAI': 'Excellence Award',
            '2024 Microsoft 해커그라운드 해커톤': 'Encouragement Award'
        },
    }


    certifications = ['정보처리기능사', '파이썬프로그래밍 3급', '딥러닝활용자격증 3급']


    etc = {
        'blogs': {
            'skillBlog': r"https://blog.ingyuc.click/",
            'lifeBlog' : r"https://blog.naver.com/yeeeengyu"
        }, 
        'LinkedIn': r"https://www.linkedin.com/in/%EC%9D%B8%EA%B7%9C-%EC%B5%9C-148b7b351/",
        'PortFolio': r"https://yeeeengyu.notion.site/1e92a6b0e27480cfbb0eff89b51303fd?pvs=74",
    }


    def introduce(self):
        return {
          'role': self.role,
          'stacks': self.stack,
          'projects': self.projects,
          'awards': self.awards,
          'qualifications': self.qualifications,
          'more': self.etc
          }

Pinned Loading

  1. whatsMeal whatsMeal Public

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

    Python 9

  2. WeatherClassifier WeatherClassifier Public

    날씨분류기

    JavaScript 1

  3. Swagger_Inspector Swagger_Inspector Public

    0112 RAG 미니프로젝트

    Python 1

  4. IncidFlow IncidFlow Public

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

    Python