Skip to content
View hayeon7898's full-sized avatar
💬
tomato
💬
tomato
  • 07:15 (UTC +09:00)

Block or report hayeon7898

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
hayeon7898/README.md

🤖 AI Research & Projects

1️⃣ Emotion-Aware Vision–Language Model for Elderly Interaction (🏆)

  • Designed a multimodal VLM system integrating speech, facial expression, and text for emotion-aware interaction with elderly users
  • Built a fusion pipeline using Whisper, wav2vec, and ResNet-18 to address cross-modal inconsistency in emotional signals
  • Iteratively refined prompting strategies to guide the LLM toward emotionally appropriate responses under ambiguous inputs

2️⃣ Visual Defect Detection for Pipe Welding Rework Optimization

  • Developed RGB-based and X-ray-based defect detection models for industrial pipe welding inspection
  • Trained ConvNeXt V2 on balanced RGB datasets and YOLOv8 on highly imbalanced X-ray datasets to learn robust visual representations
  • Integrated defect detection as an upstream module for data-driven rework decision-making and scheduling automation
  • https://github.com/Automated-Pipe-Welding-Rework-System

3️⃣ LLM-based OKR Evaluation and Feedback Agent (🏆)

  • Designed an LLM-based reasoning agent that evaluates company-authored OKRs using structured scoring (1–5), justification, and corrective suggestions
  • Applied chain-of-thought prompting and self-consistency to improve reliability of reasoning outputs
  • Integrated retrieval-augmented generation (RAG) with company-specific data and explored parameter-efficient fine-tuning (LoRA, quantization) on LLaMA-based models
  • https://github.com/hayeon7898/OKR-AI-Agent

⚛️ Quantum Information Experiences

1️⃣ Quantum–Classical Hybrid Learning and Optimization (with image)

  • Conducted mentored research under guidance from IonQimage on adaptive hybrid quantum–classical machine learning with optimized quantum data embedding on IonQ trapped-ion hardware
  • Designed hybrid optimization pipelines under limited measurement (probing) budgets, focusing on quantum state estimation and state transformation
  • Validated quantum circuits through iterative execution on simulators and real quantum hardware, emphasizing gate-level optimization
  • https://github.com/IQ-rhythm/IonQ-Encode

2️⃣ 2025 Quantum Challenge (🏆)

  • Challenger Level Award
  • hosted by Quantum Information Research Support Center image image

3️⃣ 2024 iQuHack: IonQ Remote Track (🏆)

  • 1st Place
  • hosted by MIT(Massachusetts Institute of Technology) image

🛠️Engineering Experience

🌐 Web & App

1️⃣ Dearday: Record Based Journaling App

Frontend Database

React Native PostgreSQL Supabase

  • Implemented the core organization tab using React Native
  • Designed PostgreSQL schemas and optimized queries with Supabase, including index-level performance tuning
  • https://github.com/Veloci-Lab/dearday

2️⃣ Scheduly: Scheduling & Appointment Management Service

Backend Database Infra

Spring PostgreSQL GitHub Actions AWS k6

  • Built backend foundations and service skeletons, including initial JDA setup
  • Implemented approximately half of the core APIs supporting appointment workflows
  • Integrated Kakao Skill and Event APIs to implement chatbot-based appointment flows and automated notifications
  • https://github.com/hayeon7898/Scheduly

3️⃣ BeTrip: Travel Itinerary Service

Frontend Backend Database

React Native TypeScript FastAPI PostgreSQL

4️⃣ 뽀송: ESG-Based Umbrella Sharing App

Frontend Backend Database Infra

React Native TypeScript NestJS MySQL Railway

🎮 Game

1️⃣ Gyro-Shotgun Game

Unity C#

2️⃣ Copy Crazy Arcade

Unity C#


⚙️ Embedded & Computer Systems

1️⃣ Edge LLM NPU: RTL Architecture & Design

Chisel Scala Rocket Chip Docker

  • Developed an NPU accelerator for Edge LLM inference based on Rocket Chip.
  • Implemented a RoCC interface for custom instruction handling and autonomous execution using Task Descriptors.
  • Designed and implemented the Control Unit, developed the hardware architecture using Chisel (Scala).
  • https://github.com/hayeon7898/lzero-rtl

2️⃣ Cortex-M0+ Embedded Systems

C Arduino Microchip

  • Developed various embedded applications on Cortex-M0+, including RC car control and register-level peripheral control.
  • Implemented GPIO, timers, PWM, interrupts, and communication interfaces.
  • Worked with Thumb ISA and low-level hardware control.

3️⃣ Exoskeleton Teleoperation

ROS 2 Linux Ubuntu

  • Developed the Teleoperation module for an exoskeleton-based robotic system.
  • Processed and filtered joint angle data received from the exoskeleton.
  • Published target joint angles to the robot control module using ROS 2.
  • https://github.com/hayeon7898/avatar_2026

4️⃣ Linux Kernel CPU Scheduler

C Linux Ubuntu VirtualBox

  • Implemented a CPU scheduler at the Linux system call level, adding a custom system call for scheduling policy selection and execution.
  • Implemented and compared FCFS, SRTF, Round Robin, and Priority with Preemption scheduling policies.
  • Developed kernel-level process management using queues, process control structures, and spinlocks.
  • Tested scheduling behavior and response times in an Ubuntu environment running on VirtualBox.
  • https://github.com/hayeon7898/linux-kernel-cpu-scheduler

🧰 Tech Stack

AI / Machine Learning
PyTorch HuggingFace

Vision & Multimodal
YOLOv8 ConvNeXt ResNet LLaMA

Speech
Whisper wav2vec

Frontend / Backend
React Native Spring Node.js TypeScript NestJS Flask FastAPI

Database
PostgreSQL MySQL Supabase

Infra
Docker GitHub Actions AWS Railway k6

Tools
Git Unity Linux Ubuntu VirtualBox Arduino Microchip


📫 Contact

Pinned Loading

  1. Scheduly Scheduly Public

    Java

  2. BeTrip-Backend BeTrip-Backend Public

    Forked from hyun7931/BeTrip-Backend

    🌍BeTrip의 Backend입니다🌍해당 서비스는 여행지/인원/여행 스타일 기반으로 AI가 일정을 자동 생성해주는 여행 일정 플래너 웹 서비스입니다.

    Python

  3. OKR-AI-Agent OKR-AI-Agent Public

    Forked from wintery39/20242R0136COSE48002

    Python

  4. BeTrip-Frontend BeTrip-Frontend Public

    🌍BeTrip의 Frontend입니다🌍 해당 서비스는 여행지/인원/여행 스타일 기반으로 AI가 일정을 자동 생성해주는 여행 일정 플래너 웹 서비스입니다.

    TypeScript 1

  5. lzero-rtl lzero-rtl Public

    Forked from automale/lzero_01_rtl

    lzero rtl track

    FIRRTL