Skip to content

stoyosawa/TextRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

日本語版READMEはこちら

README

This repository contains text-recognition scripts. They are updates/revisions of the codes described in the following books:

Table of contents

Requirements

You need Python (naturally) and the following libraries.

pip install tensorflow                                   # Tensorflow/Keras.
pip install opencv-python                                # OpenCV for Python.
pip intall numpy                                         # It usually comes with OpenCV.
pip install pillow                                       # Used in MNIST.
pip instll imutils                                       # Used in EAST.

Releases

No releases published

Packages

No packages published