All Projects → Coremlvisionscanner → Similar Projects or Alternatives

516 Open source projects that are alternatives of or similar to Coremlvisionscanner

Build Ocr
Build an OCR for iOS apps
Stars: ✭ 17 (-65.31%)
Mutual labels:  coreml, ocr
Tnn
TNN: developed by Tencent Youtu Lab and Guangying Lab, a uniform deep learning inference framework for mobile、desktop and server. TNN is distinguished by several outstanding features, including its cross-platform capability, high performance, model compression and code pruning. Based on ncnn and Rapidnet, TNN further strengthens the support and …
Stars: ✭ 3,257 (+6546.94%)
Mutual labels:  ocr, coreml
Har Keras Coreml
Human Activity Recognition (HAR) with Keras and CoreML
Stars: ✭ 23 (-53.06%)
Mutual labels:  coreml
En Data mining
Data Mining Historical Newspaper Metadata (METS/ALTO formats)
Stars: ✭ 14 (-71.43%)
Mutual labels:  ocr
Chineseocr lite
超轻量级中文ocr,支持竖排文字识别, 支持ncnn、mnn、tnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M
Stars: ✭ 8,295 (+16828.57%)
Mutual labels:  ocr
Text renderer
Generate text images for training deep learning ocr model
Stars: ✭ 931 (+1800%)
Mutual labels:  ocr
Pgstosrt
PGS to Srt converter
Stars: ✭ 21 (-57.14%)
Mutual labels:  ocr
Dmsmsgrcg
A photo OCR project aims to output DMS messages contained in sign structure images.
Stars: ✭ 18 (-63.27%)
Mutual labels:  ocr
Paperless
Scan, index, and archive all of your paper documents
Stars: ✭ 7,662 (+15536.73%)
Mutual labels:  ocr
Keras Ocr
A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
Stars: ✭ 782 (+1495.92%)
Mutual labels:  ocr
Neural Network Digit Ocr
Trains a Neural Network to read handwritten digits (OCR). Uses synaptic for Node.js, socket.io and MongoDB
Stars: ✭ 12 (-75.51%)
Mutual labels:  ocr
Windows Machine Learning
Samples and Tools for Windows ML.
Stars: ✭ 663 (+1253.06%)
Mutual labels:  coreml
Shapedetector keras coreml
Deep learning installed Shape Detector using Keras and CoreML 📱
Stars: ✭ 25 (-48.98%)
Mutual labels:  coreml
Coremlstyletransfer
A simple demo for Core ML and Style Transfer
Stars: ✭ 30 (-38.78%)
Mutual labels:  coreml
Pytesseractid
使用 pytesseract ocr 识别 18 位身份证号
Stars: ✭ 23 (-53.06%)
Mutual labels:  ocr
Ocrbot
An OCR (Optical Character Recognition) bot for Mastodon (and compatible) instances
Stars: ✭ 39 (-20.41%)
Mutual labels:  ocr
Tesseract
A PHP wrapper for the Tesseract OCR engine
Stars: ✭ 19 (-61.22%)
Mutual labels:  ocr
Seq 2 Seq Ocr
Handwritten text recognition with Keras
Stars: ✭ 15 (-69.39%)
Mutual labels:  ocr
Coremlhelpers
Types and functions that make it a little easier to work with Core ML in Swift.
Stars: ✭ 823 (+1579.59%)
Mutual labels:  coreml
Newocr
A custom OCR library in pure Java made as a replacement for MS Paint IDE's OCR
Stars: ✭ 43 (-12.24%)
Mutual labels:  ocr
Image Text Localization Recognition
A general list of resources to image text localization and recognition 场景文本位置感知与识别的论文资源与实现合集 シーンテキストの位置認識と識別のための論文リソースの要約
Stars: ✭ 788 (+1508.16%)
Mutual labels:  ocr
Img2latex Mathpix
An image to LaTeX tool by MathpixOCR API and JavaFX
Stars: ✭ 872 (+1679.59%)
Mutual labels:  ocr
Facerecognition In Arkit
Detects faces using the Vision-API and runs the extracted face through a CoreML-model to identiy the specific persons.
Stars: ✭ 768 (+1467.35%)
Mutual labels:  coreml
Zxingcamera
Camera for Android,身份证号码识别 (本地,实时)
Stars: ✭ 34 (-30.61%)
Mutual labels:  ocr
Pinto model zoo
A repository that shares tuning results of trained models generated by TensorFlow / Keras. Post-training quantization (Weight Quantization, Integer Quantization, Full Integer Quantization, Float16 Quantization), Quantization-aware training. TensorFlow Lite. OpenVINO. CoreML. TensorFlow.js. TF-TRT. MediaPipe. ONNX. [.tflite,.h5,.pb,saved_model,tfjs,tftrt,mlmodel,.xml/.bin, .onnx]
Stars: ✭ 634 (+1193.88%)
Mutual labels:  coreml
Liooon Not A Liooon Classifier
A troll app to check if an object seen by your camera is a lion. Uses iOS CoreML, Vision APIs
Stars: ✭ 11 (-77.55%)
Mutual labels:  coreml
Mobile Semantic Segmentation
Real-Time Semantic Segmentation in Mobile device
Stars: ✭ 630 (+1185.71%)
Mutual labels:  coreml
Didicallcar
这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如果不是合规的“人”或“车”,则不能完成订单并向平台或监管单位汇报当前位置。(为了方便读者测试,可以使用手机读取任何一个加密或非加密RFID芯片,比如银行卡、公交卡等,我在代码中的验证前阶段把芯片信息都换成我自己的司机信息,确保读者测试时可以收到服务器的回复) 2. 海外版功能:点击切换当前语言。 3. 司机证件号码识别功能:读取司机证件上的证件号码,也可以用来与出行平台数据库的接单司机信息进行。I complete this whole project on my own . Including Android application programming,web server ( Apache + PHP + MySQL), and UI. 1.Map route planing。You can use mobile phone choose pick up & destination address,application provide address name hint and draw optimized route for user , then call car for you. 2.RFID authentication function:User can use application to scan driver license or other RFID hardware, then use NDK MD5 algorithm encrypt RFID number, and send it to Web Server Database, check with driver information and authenticate ID number , if ID number coherent with driver info , send back driver information to User and continue call car order . record user location and alert if ID not coherent. 3.Driver License Number Recognition : Application can recognize driver license digit number ,and also can send to web server for authentication & feed back result to user.
Stars: ✭ 935 (+1808.16%)
Mutual labels:  ocr
Namescoremldemo
🏷 iOS11 demo application for predicting gender from first names.
Stars: ✭ 31 (-36.73%)
Mutual labels:  coreml
Javascript Bcr Library
Offline business card reader
Stars: ✭ 24 (-51.02%)
Mutual labels:  ocr
Pan card ocr project
To extract details from Indian National Identification Cards such as PAN (completed) & Aadhar, Passport, Driving License (WIP) in a structured format
Stars: ✭ 39 (-20.41%)
Mutual labels:  ocr
Pyocr
A Python wrapper for Tesseract and Cuneiform -- Moved to Gnome's Gitlab
Stars: ✭ 932 (+1802.04%)
Mutual labels:  ocr
Mnistkit
The better way to deal with MNIST model and Core ML in iOS
Stars: ✭ 21 (-57.14%)
Mutual labels:  coreml
Ozymandias
My name vs Oxymnndms, kmq of km / Look on my works, ye uny, and despaw
Stars: ✭ 23 (-53.06%)
Mutual labels:  ocr
Vue.js With Asp.net Core Sample
This provides a sample code using vue.js running on ASP.NET Core
Stars: ✭ 44 (-10.2%)
Mutual labels:  ocr
Fakemenot
Application to check authenticity of Twitter screenshots. Written in Python 🐍
Stars: ✭ 22 (-55.1%)
Mutual labels:  ocr
Mspaintide
Programming in MS Paint
Stars: ✭ 909 (+1755.1%)
Mutual labels:  ocr
Prlib
Pre-Recognition Library - library with algorithms for improving OCR quality.
Stars: ✭ 18 (-63.27%)
Mutual labels:  ocr
Blackout
NaNoGenMo 2016 entry #2
Stars: ✭ 36 (-26.53%)
Mutual labels:  ocr
Textboxes plusplus
TextBoxes++: A Single-Shot Oriented Scene Text Detector
Stars: ✭ 883 (+1702.04%)
Mutual labels:  ocr
Docs
Lightweight document management system packed with all the features you can expect from big expensive solutions
Stars: ✭ 827 (+1587.76%)
Mutual labels:  ocr
Eyevis
Android based Vocal Vision for Visually Impaired. Object Detection, Voice Assistance, Optical Character Reader, Read Aloud, Face Recognition, Landmark Recognition, Image Labelling etc.
Stars: ✭ 48 (-2.04%)
Mutual labels:  ocr
Gimagereader
A Gtk/Qt front-end to tesseract-ocr.
Stars: ✭ 786 (+1504.08%)
Mutual labels:  ocr
Yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
Stars: ✭ 8,159 (+16551.02%)
Mutual labels:  coreml
Lumina
A camera designed in Swift for easily integrating CoreML models - as well as image streaming, QR/Barcode detection, and many other features
Stars: ✭ 784 (+1500%)
Mutual labels:  coreml
Mlmoji
Hand-Drawn Emoji Classifier (WWDC18 Scholarship Application)
Stars: ✭ 34 (-30.61%)
Mutual labels:  coreml
Ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
Stars: ✭ 6,896 (+13973.47%)
Mutual labels:  ocr
Coremlimage
A demo of creating your own CoreML model
Stars: ✭ 13 (-73.47%)
Mutual labels:  coreml
Awesome Ml Demos With Ios
The challenge projects for Inferencing machine learning models on iOS
Stars: ✭ 741 (+1412.24%)
Mutual labels:  coreml
Chineseidcardocr
[Deprecated] 🇨🇳中国二代身份证光学识别
Stars: ✭ 1,015 (+1971.43%)
Mutual labels:  coreml
Evil
Optical Character Recognition in Swift for iOS&macOS. 银行卡、身份证、门牌号光学识别
Stars: ✭ 648 (+1222.45%)
Mutual labels:  ocr
Objectclassifier
An iOS swift app that detects objects using machine learning (CoreML, Vision)
Stars: ✭ 12 (-75.51%)
Mutual labels:  coreml
Tensorflow Ocr
🖺 OCR using tensorflow with attention
Stars: ✭ 635 (+1195.92%)
Mutual labels:  ocr
Gocr
OCR implementation with Golang
Stars: ✭ 32 (-34.69%)
Mutual labels:  ocr
Aster
Recognizing cropped text in natural images.
Stars: ✭ 626 (+1177.55%)
Mutual labels:  ocr
Attention Ocr
A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
Stars: ✭ 844 (+1622.45%)
Mutual labels:  ocr
Inceptionvisiondemo
🎥 iOS11 demo application for dominant objects detection.
Stars: ✭ 48 (-2.04%)
Mutual labels:  coreml
Mybox
Easy tools of document, image, file, network, location, color, and media.
Stars: ✭ 45 (-8.16%)
Mutual labels:  ocr
Pottan Ocr
A stupid OCR for malayalam language
Stars: ✭ 39 (-20.41%)
Mutual labels:  ocr
Momo mind
Face classifier for "Momoiro Clozer Z" member using Tensorflow/Keras
Stars: ✭ 31 (-36.73%)
Mutual labels:  coreml
1-60 of 516 similar projects