项目作者: selcouthlyBlue

项目描述 :
Trainer for Tensorflow Models for OCR
高级语言: Python
项目地址: git://github.com/selcouthlyBlue/Tensorflow-OCR-Trainer.git
创建时间: 2017-12-12T09:41:51Z
项目社区:https://github.com/selcouthlyBlue/Tensorflow-OCR-Trainer

开源协议:

下载


Linux CPU
Build Status

OCR Trainer

A trainer that uses flask Web UI and Tensorflow’s Estimator for ease of training models.

You can upload your own dataset. The dataset should contain the following:

  • Images
  • The labels file containing at least the names of the images (without extension), and their corresponding labels.

You can also build your own network architectures there and view them too.

With just a dataset, and a network architecture, you can start training your own models! After training them, you can test them too.