kittinan / thai-handwriting-number

Create Thai handwriting number dataset

Home Page:https://kittinan.github.io/thai-handwriting-number/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thai-handwriting-number

Thai handwriting number dataset

thai-handwriteing-number

Help us to create dataset

https://kittinan.github.io/thai-handwriting-number/

Online predict thai number on web browser

https://kittinan.github.io/thai-handwriting-number/predict.html (Powered by Keras-js)

Requirement

Instruction

Cleaning & Create Dataset

Remove image is not match a number, please see thainumber.py

import thainumber
thainumber.clean_data()

#Create dataset
thainumber.make_dataset()

#Load dataset
X,Y = thainumber.load_dataset()

Train

python train.py

Train on Google Cloud ML Engine

Please see the folder src/cloud-ml-engine and this blog

Predict

python predict.py --file IMG_FILE

Contributing

Feel free to contribute on this project, I will be happy to work with you.

Thank you

Thailand Deep Learning Facebook Group

License

MIT

About

Create Thai handwriting number dataset

https://kittinan.github.io/thai-handwriting-number/

License:MIT License


Languages

Language:Python 95.4%Language:Shell 4.6%