Proof of concept API usage and canvas in Elm
Go to file
h7x4 62c070d37b Add readme and fix Makefile 2022-04-12 18:41:49 +02:00
dist Build with nix 2022-04-12 17:52:46 +02:00
nix Build with nix 2022-04-12 17:52:46 +02:00
screenshots Add readme and fix Makefile 2022-04-12 18:41:49 +02:00
src Initial commit 2021-10-11 22:32:48 +02:00
.gitignore Add readme and fix Makefile 2022-04-12 18:41:49 +02:00
Makefile Add readme and fix Makefile 2022-04-12 18:41:49 +02:00
README.md Add readme and fix Makefile 2022-04-12 18:41:49 +02:00
elm.json Initial commit 2021-10-11 22:32:48 +02:00
flake.lock Build with nix 2022-04-12 17:52:46 +02:00
flake.nix Build with nix 2022-04-12 17:52:46 +02:00

README.md

google-handwriting-api-elm

built with nix

This is a proof of concept to figure out how the google translate API works. It consists of a canvas which will send its data to google in order to recognize japanese letters.

There are toggles which lets you filter out hiragana, katakana, etc.

Running

If you have elm (and make) already installed, you can run make and check the target directory for outputs.

However, it's preferably built with nix build

screenshot