--- title: hiragana-handwriting-app emoji: 🏯 colorFrom: blue colorTo: gray sdk: docker pinned: false --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference # Handwriting Hiragana Quiz ## Description This web application consists of a type of quiz where the user can pick a hiragana character and write it on the screen. The application will then check if the character is correct or not. The code was originally placed on GitHub [here](https://github.com/Detopall/handwriting-hiragana). This Hugging Face Spaces repository was created to host the application on Hugging Face Spaces. ## Data The data used for this project is a dataset of hiragana characters. This dataset can be found [here](https://github.com/rois-codh/kmnist). The dataset contains 48 different hiragana characters (with one extra character that is not used in production). ## Usage To use the application you will need to select a hiragana character from one of the boxes, then you will need to write the character on the screen. After you finish writing the character, the application will check if the character is correct or not.