Education AI
AI-driven English Learning Coaching
오픈소스 생성형 AI, 평가 모델, 학습 데이터 생성, 개인화 피드백 흐름을 결합한 영어 교육 서비스 개발 사례입니다.
An English education AI case combining open-source generative AI, scoring models, learning-data generation, and personalized feedback workflows.

문제
Problem
영어 학습 서비스는 점수 산출뿐 아니라 학습자에게 이해 가능한 피드백과 반복 가능한 콘텐츠 생성 흐름이 필요합니다.
English learning services need more than scoring. They need understandable learner feedback and repeatable content-generation workflows.
설계
Design
- 생성형 AI 모델과 GPT API를 활용해 학습 콘텐츠와 평가 데이터를 생성했습니다.
- Generated learning content and evaluation data with generative AI models and GPT APIs.
- LoRA, PPO 등 LLM 튜닝 기법과 교육 도메인 데이터 흐름을 검토했습니다.
- Worked with LLM tuning methods such as LoRA and PPO in education-domain data flows.
- PyTorch와 ONNX를 활용해 모델 배포 최적화 방향을 정리했습니다.
- Used PyTorch and ONNX to shape model deployment optimization paths.
기여
Contribution
모델링, 데이터 생성, 피드백 생성, 배포 최적화를 하나의 학습 서비스 흐름 안에서 연결했습니다.
Connected modeling, data generation, feedback generation, and deployment optimization inside one learning-service flow.