GlosCoach
Overview
A simple web app that helps children practice English vocabulary from Swedish school material. The app uses OCR to read vocabulary lists and AI-powered grading to give feedback on answers — designed to make homework practice more engaging.
Live app: gloscoach.netlify.app
Role: Solo project
Status: Live
Repository: github.com/ulfboge/gloscoach
How It Works
- Upload or photograph a vocabulary list from school material
- OCR extracts the word pairs (Swedish → English)
- Student answers questions in the app
- AI grading via Claude API gives feedback and score
Tools Used
| Tool | Purpose |
|---|---|
| JavaScript | Frontend app logic |
| Netlify Functions | Serverless backend for OCR and AI grading |
| Claude API | Answer grading and feedback |
| HTML / CSS | UI and styling |