CODEDRAGON ㆍDevelopment/Big Data, R, ...
Create a mobile application leveraging TensorFlow that will recognize and translate handwritten Korean characters
텐서플로우와 왓슨 번역 서비스를 활용해 안드로이드에서 한글 모바일 손글씨를 인식하고 번역한 사례입니다.
https://developer.ibm.com/code/patterns/create-mobile-handwritten-hangul-translation-app/
흐름도
1 |
The user downloads several Korean fonts to use for data generation. |
2 |
The images generated from the fonts are fed into a TensorFlow model for training. |
3 |
The user draws a Korean character on their Android device. |
4 |
The drawn character is recognized by using the previously trained TensorFlow model and the Android TensorFlow Inference interface. |
5 |
A string of the classified Korean characters is sent to the Watson Language Translator service to retrieve an English translation. |
TensorFlow Hangul Recognition
https://www.youtube.com/watch?v=Ynusw4RcyRY
13m 8s
github
https://github.com/IBM/tensorflow-hangul-recognition
'Development > Big Data, R, ...' 카테고리의 다른 글
Echocardiogram Data Set - 심전도 데이터 (0) | 2018.06.06 |
---|---|
나일강(Nile), 아스완 댐 (0) | 2018.06.01 |
Google Ngram Viewer(Google Books Ngram Viewer), 미국의 국호 변환 추이 추적하기 - 사례 (0) | 2018.05.23 |
농산물가격분석.csv (0) | 2018.05.18 |
RStartHere - 유용한 R 패키지 모음 (0) | 2018.05.12 |