profile picture

GrammarQuery

GrammarQuery was built as a project for the Unversity of Pittsburgh's SheInnovates 2022 Hackathon. It's a voice-based language learning tool that prompts you with real-world questions that the user replies to by speaking. It complements other language learning tools that are focused on learning vocabulary and grammar by teaching the user to use English in a conversational manner.

A live version of GrammarQuery can be found at nickzana.github.io/grammarquery.

Technical Details

GrammarQuery works by using the Web Speech API to speak the question to the user, then translate the user's audio response to text.

This transcribed text is then sent to the GrammarBot API, where the returned errors are presented to the user.