Mobile application developed using Vue3, Monaca, Framework 7 and Teachable Machine, which recognises gestures from the Japanese Sign Language and converts them to Japanese text, with the possibility of translating them into English or Spanish.
This app is based on a template found here: framework7-vue3-minimal
There is a tutorial available in Medium: Create a simple Sign Language Recognition App using Teachable Machine, Monaca, Vue.js and Framework7
- Fork or download the repository.
- Start the server locally with
npm run start
, or using Monaca.
You need to build a custom Monaca Debugger which contains CanvasCamera plugin.