Skip to content

Deep Learning model that recognize kana using CNN

Notifications You must be signed in to change notification settings

Newbyl/KanaReader

Repository files navigation

KanaReader

Web browser app that recognize the kana that you draw


This is an unofficial project solely intended for personal learning and research about deep learning

  • The accuracy is poor because it wasn't trained on a lot of data

Demo

drawing

How to use it ?

Go in the app folder

`$ cd app`

Then type

`$ http-server`

This will create a local website available at the address in your terminal

Features

Draw the kana into the canva, the top five results will appear in the sidebar with their probabilities to be the kana.

Training

  • I used the 7500-unique-kana-image dataset to train the model.

  • The code to train the model is kanaReader.ipynb notebook

Scripts

I created 2 python scripts :

  • One to put each kana in the folder of his category
  • One to create a validation dataset

About

Deep Learning model that recognize kana using CNN

Topics

Resources

Stars

Watchers

Forks