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
}