All Projects → Swift-AI → Neuralnet Handwriting Ios

Swift-AI / Neuralnet Handwriting Ios

Licence: mit
A handwriting recognition example for iOS using NeuralNet

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Neuralnet Handwriting Ios

Spacextract
Extraction and analysis of telemetry from rocket launch webcasts (from SpaceX and RocketLab)
Stars: ✭ 131 (-11.49%)
Mutual labels:  ocr
Lexpredict Contraxsuite
LexPredict ContraxSuite
Stars: ✭ 140 (-5.41%)
Mutual labels:  ocr
Paddleocr
Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
Stars: ✭ 18,084 (+12118.92%)
Mutual labels:  ocr
Ssocr
Seven Segment Optical Character Recognition
Stars: ✭ 133 (-10.14%)
Mutual labels:  ocr
Alfred Ocr
OCR & Translate using multiple interfaces for Alfred Workflow
Stars: ✭ 136 (-8.11%)
Mutual labels:  ocr
Lockdemo
指纹识别、图形识别、aliOCR识别
Stars: ✭ 142 (-4.05%)
Mutual labels:  ocr
Craft Remade
Implementation of CRAFT Text Detection
Stars: ✭ 127 (-14.19%)
Mutual labels:  ocr
Stb Tester
Automated Testing for Set-Top Boxes and Smart TVs
Stars: ✭ 148 (+0%)
Mutual labels:  ocr
Lpr
Android 车牌识别--OCR
Stars: ✭ 139 (-6.08%)
Mutual labels:  ocr
Crnn.pytorch
crnn实现水平和垂直方向中文文字识别, 提供在3w多个中文字符训练的水平识别和垂直识别的预训练模型; 欢迎关注,试用和反馈问题... ...
Stars: ✭ 145 (-2.03%)
Mutual labels:  ocr
Textrecognitiondatagenerator
A synthetic data generator for text recognition
Stars: ✭ 2,075 (+1302.03%)
Mutual labels:  ocr
Easyocr
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
Stars: ✭ 13,379 (+8939.86%)
Mutual labels:  ocr
Craft keras
Keras implementation of Character Region Awareness for Text Detection (CRAFT)
Stars: ✭ 143 (-3.38%)
Mutual labels:  ocr
Transformer str
PyTorch implementation of my new method for Scene Text Recognition (STR) based on Transformer,Equipped with Transformer, this method outperforms the best model of the aforementioned deep-text-recognition-benchmark by 7.6% on CUTE80.
Stars: ✭ 131 (-11.49%)
Mutual labels:  ocr
Scene Text Recognition
Scene text detection and recognition based on Extremal Region(ER)
Stars: ✭ 146 (-1.35%)
Mutual labels:  ocr
Robin
RObust document image BINarization
Stars: ✭ 131 (-11.49%)
Mutual labels:  ocr
Ambar
🔍 Ambar: Document Search Engine
Stars: ✭ 1,829 (+1135.81%)
Mutual labels:  ocr
Deep License Plate Recognition
Automatic License Plate Recognition (ALPR) or Automatic Number Plate Recognition (ANPR) software that works with any camera.
Stars: ✭ 148 (+0%)
Mutual labels:  ocr
Tesseract4android
Fork of tess-two rewritten from scratch to support latest version of Tesseract OCR.
Stars: ✭ 148 (+0%)
Mutual labels:  ocr
Tedeval
TedEval: A Fair Evaluation Metric for Scene Text Detectors
Stars: ✭ 143 (-3.38%)
Mutual labels:  ocr

Handwriting Example - NeuralNet

A handwriting recognition example for iOS using NeuralNet.

Note: this application is part of the Swift AI project. Full details about the library can be found in the main repo.

preview

About

This simple iOS app demonstrates real-world usage of NeuralNet. The app comes packaged with a pre-trained neural network that was trained using NeuralNet-MNIST.

The MNIST dataset was used for this example.

Installation

Just clone or download this repository and run the app! All dependencies are included.

Usage

Sketch a digit from 0 to 9 on the canvas. The neural network will attempt to classify the image.

The neural network's input will be displayed in the bottom left: this is a scaled-down 28x28px version of your drawing. The network's output will be displayed in the bottom right, along with the prediction's confidence.

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].