All Projects → MijeongJeon → KoreanClassification_Keras_Coreml

MijeongJeon / KoreanClassification_Keras_Coreml

Licence: other
한글 손글씨 분류 모델을 만들어 iOS 애플리케이션에 적용해보았습니다 📱

Programming Languages

Jupyter Notebook
11667 projects
swift
15916 projects

Projects that are alternatives of or similar to KoreanClassification Keras Coreml

Mask-RCNN-CoreML
Mask-RCNN for Core ML
Stars: ✭ 116 (+300%)
Mutual labels:  coreml
GeniePy
GeniePy is a tool for downloading streamable tracks from Genie.co.kr
Stars: ✭ 17 (-41.38%)
Mutual labels:  korean
hwrt
A toolset for handwriting recognition
Stars: ✭ 61 (+110.34%)
Mutual labels:  handwriting-recognition
CoreML-samples
Sample code for Core ML using ResNet50 provided by Apple and a custom model generated by coremltools.
Stars: ✭ 38 (+31.03%)
Mutual labels:  coreml
Handwriting-Recognition
Software to recognize handwriting
Stars: ✭ 46 (+58.62%)
Mutual labels:  handwriting-recognition
awesome-korean-newsletters
📰 한국어 뉴스레터 모음 / A curated list of awesome korean newsletters
Stars: ✭ 19 (-34.48%)
Mutual labels:  korean
GestureAI
RNN(Recurrent Nerural network) model which recognize hand-gestures drawing 5 figures.
Stars: ✭ 20 (-31.03%)
Mutual labels:  coreml
KVQA
Korean Visual Question Answering
Stars: ✭ 44 (+51.72%)
Mutual labels:  korean
JNaturalKorean
한글 (조사, 助詞, postposition)
Stars: ✭ 67 (+131.03%)
Mutual labels:  korean
vscode-nuri
VSCode의 누리 언어확장🌐
Stars: ✭ 25 (-13.79%)
Mutual labels:  korean
Route-Direction-in-AR
Adding the Feature "Real World Path Direction" by tapping on Map. GoogleMap will give us the direction to that location from user location then click on "ARView" & you will get the real-world path direction. Also added "Reachability" for finding path in Google map. -- Also added .mlmodel for car-detection. Initially trained the model using Convo…
Stars: ✭ 32 (+10.34%)
Mutual labels:  coreml
g2pK
g2pK: g2p module for Korean
Stars: ✭ 137 (+372.41%)
Mutual labels:  korean
detox
Korean Hate Speech Detection Model
Stars: ✭ 38 (+31.03%)
Mutual labels:  korean
handwriting.js
A simple API access to the handwriting recognition service of Google IME
Stars: ✭ 89 (+206.9%)
Mutual labels:  handwriting-recognition
BabelCamera
Find out how to describe the things around you in another language with Core ML and the Vision framework in iOS 11! 👀
Stars: ✭ 13 (-55.17%)
Mutual labels:  coreml
KoDALLE
🇰🇷 Text to Image in Korean
Stars: ✭ 55 (+89.66%)
Mutual labels:  korean
BugsPy
BugsPy is a tool for downloading streamable tracks from Bugs.co.kr
Stars: ✭ 23 (-20.69%)
Mutual labels:  korean
neural net handwriting
neural network for handwriting recognition from scratch in C
Stars: ✭ 17 (-41.38%)
Mutual labels:  handwriting-recognition
hanspell
(주)다음과 부산대학교 인공지능연구실/(주)나라인포테크의 웹 서비스를 이용한 한글 맞춤법 검사기.
Stars: ✭ 72 (+148.28%)
Mutual labels:  korean
KLUE
📖 Korean NLU Benchmark
Stars: ✭ 420 (+1348.28%)
Mutual labels:  korean

iOS 모바일에서 한글 손글씨 인식하기(with Keras)

Handwritten Korean Classification with Keras and CoreML

Platform Language Language DeepLearning DeepLearning

너무나도 사랑하는 한글 손글씨 OCR을 시작하려 합니다.
앞으로 어떤 모습으로 발전할지는 미정🤗이지만 이 애플리케이션으로 첫 발걸음을 내딛어보았습니다 🌱


아름다운 언어인 한글은 초성 19개, 종성 21개, 그리고 중성 27개의 조합으로 총 11,172개라는 어마어마한 개수의 글자를 만들 수 있습니다 🤓

총 26개의 알파벳으로 이루어진 영어, 총 100개의 히라가나/가타카나로 이뤄진 일본어와 비교하면 어마어마한 숫자입니다. 그렇기 때문에 손글씨 데이터셋과 손글씨 예측 모델 만들기가 정말 어렵습니다.

손글씨 데이터셋이 적고, 만들어진 모델의 인식률이 낮은 점이 아쉬워 직접 데이터를 생성하고 간단한 iOS 애플리케이션을 만들어봤습니다.

(English)
Korean has a total of 11,172 characters, why it's very difficult to create a handwritten dataset. Handwritten Korean datasets and recognition rate are less than other languages. For the high accuracy and meaningful application, I created data s and implemented a simple iOS application.

I want to start Korean handwriting OCR as an open source. This application is its first start 🌱

demo.gif

Dataset

* Image Size: 32 X 32(pixel)
* Class Number : 980
* Total Images : 46,060
  • 개인용 또는 상업용 사용이 가능한 46개의 한글 손글씨 폰트(*.ttf)을 이용해 데이터를 생성했습니다.
  • 그리고 직접 작성한 미정 필기체를 추가했습니다.
  • TTF 파일을 이용해 이미지 데이터를 생성하는 방법은 IBM Developer 사이트에 Paul Van Eck이 포스팅한 글을 참고했습니다.

(English)

Deeplearning Tool: Keras 🤖

* Keras Version: 2.2.4  
* Backend: TensorFlow 1.10.0  

Keras model train in Jupyter Notebook

  • Python으로 작성된 Keras는 TensorFlow, CNTK, Theano를 내부 엔진으로 구동시키는 딥러닝 High-level API입니다.

CoreMLTools 📲

* Version: 2.1.0  
  • Python 패키지인 CoreMLTool을 이용해 Keras로 생성된 모델을 CoreML 모델로 변환합니다.
  • Python pachage
  • Convert Keras model to CoreML model

CoreML 💾

hand_written_korean_classification.mlmodel

  • Apple에서 제공하는 머신러닝 프레임워크 입니다. iOS11부터 사용 가능합니다.
  • Apple framework for Machine Learning
  • From iOS11

Author :octocat:


Mijeong Jeon
[email protected]

조금 더 알고싶다면 아래 슬라이드를 참고해주세요 🕊
💻 슬라이드 쉐어 바로가기

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].