Skip to content

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

  1. Upload or photograph a vocabulary list from school material
  2. OCR extracts the word pairs (Swedish → English)
  3. Student answers questions in the app
  4. 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

View Live App View Code on GitHub