Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 428 Bytes

README.md

File metadata and controls

27 lines (26 loc) · 428 Bytes

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([