GreeDot is a project brings life to children's drawings by creating "Meta Characters". Enjoy various interaction with your characters!!
- A service that creates a personal AI friend that talks and moves, based on drawings made by children themselves.
- With the age of smartphone use by children getting lower and the increase in dual-income families, we planned a service that creates friends for children.
- Entertainment: Provide joy through engaging user experiences.
- Social Skills Improvement: Serve as an AI buddy capable of communication and emotional exchange.
- Emotional Monitoring: Identify the child's interests and concerns through conversation-based analysis reports.
Category | Technologies |
---|---|
Frontend | Flutter |
Backend | FastAPI |
Cloud | AWS RDS (MySQL), Azure VM, Azure Container (Blob Storage) |
CI/CD | GitHub Actions, Docker |
Category | Technologies/Services |
---|---|
Emotion AI | KoBert emotion predict |
Vision AI & Rendering | Animated drawings |
Chat AI | GPT 3.5-turbo + finetuning |
APIs | NAVER CLOVA voice, NAVER speech, Midjourney API |

- Tech flow
- Animation (.bvh) creation algorithm using MediaPipe
- Rigging + Retargeting
- Applying animations to characters through Animated Drawings Renderer

- Result
- Trained KoBERT on about 80,000 sentences for six emotional situations
- Improved accuracy through fine-tuning, outlier data removal, and model ensembling (test validation: 77%)
- Utilized GPT 3.5 model for fine-tuning about 70 conversations and applying personas
- Provides various styles of voices based on personality and gender
Name | Role | Implementation |
---|---|---|
Byeon Ji-hyeop 🤨 | Team Leader, Backend, Cloud | CI/CD Pipeline Construction |
Lee Seong-won 😊 | Backend, Frontend | Drawing Upgrade Feature Implementation |
Kim Dong-wook 😁 | Vision AI | Character Rigging Feature Implementation |
Kim Dong-jae 😘 | Frontend, Emotion AI | STT, GPT Fine-tuning |
Moon Ji-woo 😯 | Frontend, Language AI | Emotion Analysis Feature Implementation |