An open API service indexing awesome lists of open source software.

https://github.com/maxpaynestory/fsns-dataset-creator

This is a desktop tool to create FSNS datasets. FSNS dataset could be used to train (CNN + seq2seq with visual attention) based OCR.
https://github.com/maxpaynestory/fsns-dataset-creator

cnn dataset machine-learning ml ml-training ocr seq2seq tensorflow

Last synced: 30 days ago
JSON representation

This is a desktop tool to create FSNS datasets. FSNS dataset could be used to train (CNN + seq2seq with visual attention) based OCR.

Awesome Lists containing this project

README

          

# FSNS Dataset Creator

### Setup
Clone repository and run

```
pip install -r requirements.txt
```

### Run
```
python home.py
```

### Demo
![](demo/demo.gif)