Skip to content

OCR program for Korean, SNU project 2016

Notifications You must be signed in to change notification settings

webhacking/KoreanOCR

 
 

Repository files navigation

KoreanOCR

OCR program for Korean, SNU project 2016

How to run web server

Requirements

  • python 3
  • flask
$ python app.py

How to run analysis daemon

Requirements

  • python 3
  • numpy
  • scipy
  • tensorflow
  • hangul-utils
  • opencv-python
$ python server.py

Analysis daemon and web server communicates through localhost:1255.

How to train

Requirements

  • python 3.4
  • numpy
  • scipy
  • tensorflow
  • hangul-utils

Arguments

python trainer.py
-i <tar data>
-o <path to save>
-e <epoch to train>
-b <mini batch size>

By default, 4 epochs and 100 per batch.

Example

$ python trainer.py -i data/tar/161020.tgz -o data/ckpt/temp.ckpt

About

OCR program for Korean, SNU project 2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 80.2%
  • Python 18.4%
  • HTML 1.4%