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())
- Pohang, South Korea
-
00:02
(UTC +09:00) - ingyuc.click
- zhnzx.8
- https://yeeeengyu.tistory.com/
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


