Skip to content

Quick handwriting app in React for detection of characters

License

Notifications You must be signed in to change notification settings

yutaokkots/handwriting-app

Repository files navigation

Kanji Display

Kanji app that supports handwriting gestures to easily look up Japanese kanji, with focus on 熟語(jukugo)/compound words.

Goal of the app is to output correct translations and context information.

Original app setup:

├── src
    ├── assets
    ├── components
    ├── index.css
    ├── main.jsx
    └── pages
        ├── App.css
        └── App.jsx

% npm create vite@latest
    React + TypeScript
% npm i react-router-dom

% touch .gitignore

Attributions & Licenses:

Handwriting and character recognition originally written by ChenYuHo, handwriting.js MIT License.

This project was inspired by thekanjimap by gabor-kovacs.

The monolingual dictionaries provided by Shoui were used, with license here.

Kana list data was a modification to json files created by mdzhang, dehmer, and rdunk

Access for Read-only SQL database using notes from phiresky's sql.js-httpvfs repo, license here.

About

Quick handwriting app in React for detection of characters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages