프로그래밍/AI_DeepLearning
[tensorflow] 한글 음절 인식기
홍반장水_
2021. 11. 4. 12:11
반응형
[tensorflow] 한글 음절 인식기 - hangul-syllable-recognition
https://github.com/junstar92/hangul-syllable-recognition
GitHub - junstar92/hangul-syllable-recognition: hangul syllable recognition 한글 음절 인식기
hangul syllable recognition 한글 음절 인식기. Contribute to junstar92/hangul-syllable-recognition development by creating an account on GitHub.
github.com
Introduction
한글은 조합이 다양하기 때문에 영어에 비해서 OCR 성능이 조금 떨어진다고 알고 있다.
다양한 폰트와 손글씨 데이터를 가지고, 얼마나 한글을 잘 인식하는지 확인하기 위해서 프로젝트를 진행했다.
Getting started
python and pakage version
python3 == 3.8.3
tensorflow_gpu == 2.3.0
numpy == 1.19.5
argparse == 1.1
pandas == 1.2.0
cv2 == 4.5.1
streamlit == 0.74.1
streamlit_drawable_canvas
반응형