Instructions to use gaiseras/kanjiDNN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use gaiseras/kanjiDNN with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://gaiseras/kanjiDNN") - Notebooks
- Google Colab
- Kaggle
πΆ Japanese Character Recognition CNN (Keras)
A Convolutional Neural Network (CNN) model built with Keras to classify individual Japanese characters from 64Γ64 grayscale images. Supports both handwritten and printed styles.
π§ Character Classes Supported
- Kanji
- Hiragana and Katakana (Kana)
- Romaji (Latin letters)
- Digits (0β9)
- Common punctuation marks
π Training Data
The model was trained on a diverse dataset combining:
- π§ͺ Self-generated character images
- ποΈ SVG graphics from KanjiVG
- ποΈ ETL9G dataset from the ETL Character Database
π Try the Model in Action
You can interact with this model live via Gradio demo in Hugging Face Space.
- Downloads last month
- 19