Skip to content

divakaivan/classify_hangul

Repository files navigation

Hangul classification app

Created on Day 33 of my journey.

Model

The model was developed using tensorflow, and converted to json to use in a javascript application.

How to use

Draw a Korean hangul character with your pointer and click classify.

Sample results

(from previous version) (20/30 correct)

image

The previous version asked for a file upload, but the current one allows only for user input.

Thanks to this course by DeepLearning.AI for teaching me how to deploy a simple json model using javascript.