Skip to content

Commit

Permalink
further working
Browse files Browse the repository at this point in the history
  • Loading branch information
miendinh committed Nov 21, 2017
1 parent 786407b commit 2736dbe
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Apply Deep Learning ( CNN networks ) to train a model uses for recognizing Vietnamese characters, it works well with Latin characters.

### Dataset in big image ( 100.000 samples, 2800 x 2800 pixel)
### Dataset in big image ( 10.000 samples, 2800 x 2800 pixel)


![](data/vocr_dataset.png)
Expand Down Expand Up @@ -87,12 +87,13 @@ python predict.py
```

### Further working
- Character classification. -> Done.
- Dataset augmentation.
- Improve accuracy.
- Text location.
- Text recognition.
- Apply NLP for spell checking.

- [x] Character classification.
- [ ] Dataset augmentation.
- [ ] Improve accuracy.
- [ ] Text location.
- [ ] Text recognition.
- [ ] Apply NLP for spell checking.

### References

Expand Down

0 comments on commit 2736dbe

Please sign in to comment.