Skip to content

drewdru/ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocr

Text recognition from an images

Create Dataset

create dataset with structure:

    dataset
    |
    ...train
    ...|
    ......classA
    ......|
    .........imgA
    .........imgB
    ............
    .........imgZ
    ......classB
    ...
    ...validation
    ...|
    ......classA
    ......classB
    ...

Set CLASSES in ./main.py Change Dense with class count in ./train.py near model = Sequential([

Releases

No releases published

Packages

No packages published

Languages