Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 819 Bytes

File metadata and controls

14 lines (9 loc) · 819 Bytes

Tensorflow.js implementation for Hindi Handwritten Characters Recognition Repo

main.js contains all of the tensorflow.js code written in JavaScript.

Only these characters are trained for now (Hindi Characters): 0, ka, kha, sa, Ta, Dna, ga, gha, ma, cha To view dataset see my Hindi Handwritten Characters Recognition using Keras and Tensorflow repo.

The trained model of this repo is converted into Tensorflow.js format using the TFJS converter. The folder model contains the converted files.

See the browser's developer console for information and errors.

Screenshot

enter image description here