All Projects → sayaleepote → TextDetect

sayaleepote / TextDetect

Licence: other
This app detects the text from the picture input using camera or photos gallery. The app uses MLVisionTextModel for on device detection. The Vision framework from MLKit of Google is used here.

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to TextDetect

MLKit-Android-Apps
All android applications (apps) using MLKit
Stars: ✭ 24 (+71.43%)
Mutual labels:  text-recognition, mlkit
MLKit
🌝 MLKit是一个强大易用的工具包。通过ML Kit您可以很轻松的实现文字识别、条码识别、图像标记、人脸检测、对象检测等功能。
Stars: ✭ 294 (+2000%)
Mutual labels:  text-recognition, mlkit
flutter-vision
iOS and Android app built with Flutter and Firebase. Includes Firebase ML Vision, Firestore, and Storage
Stars: ✭ 45 (+221.43%)
Mutual labels:  vision
FNet-pytorch
Unofficial implementation of Google's FNet: Mixing Tokens with Fourier Transforms
Stars: ✭ 204 (+1357.14%)
Mutual labels:  vision
TextRecognizer
By this library you can extract text from image.
Stars: ✭ 60 (+328.57%)
Mutual labels:  text-recognition
VidSitu
[CVPR21] Visual Semantic Role Labeling for Video Understanding (https://arxiv.org/abs/2104.00990)
Stars: ✭ 41 (+192.86%)
Mutual labels:  vision
iOS14-Resources
A curated collection of iOS 14 projects ranging from SwiftUI to ML, AR etc.
Stars: ✭ 85 (+507.14%)
Mutual labels:  vision
non-contact-sleep-apnea-detection
Gihan Jayatilaka, Harshana Weligampola, Suren Sritharan, Pankayaraj Pathmanathan, Roshan Ragel and Isuru Nawinne, "Non-contact Infant Sleep Apnea Detection," 2019 14th Conference on Industrial and Information Systems (ICIIS), Kandy, Sri Lanka, 2019, pp. 260-265, doi: 10.1109/ICIIS47346.2019.9063269.
Stars: ✭ 15 (+7.14%)
Mutual labels:  vision
vision-ml
A R-CNN machine learning model for handling Pop-up window in mobile Apps.
Stars: ✭ 49 (+250%)
Mutual labels:  vision
TinyCog
Small Robot, Toy Robot platform
Stars: ✭ 29 (+107.14%)
Mutual labels:  vision
CRNN
Convolutional recurrent neural network for scene text recognition or OCR in Keras
Stars: ✭ 96 (+585.71%)
Mutual labels:  text-recognition
fuse-med-ml
A python framework accelerating ML based discovery in the medical field by encouraging code reuse. Batteries included :)
Stars: ✭ 66 (+371.43%)
Mutual labels:  vision
SwiftUIMLKitTranslator
SwiftUI MLKit Language Identification & Translator
Stars: ✭ 23 (+64.29%)
Mutual labels:  mlkit
Firebase-HMS-ML-Kit-Scanner-Demo
Various scanner use cases using Firebase or HMS ML-Kit
Stars: ✭ 22 (+57.14%)
Mutual labels:  mlkit
SemanticSegmentation-Libtorch
Libtorch Examples
Stars: ✭ 38 (+171.43%)
Mutual labels:  vision
Vision CoreML-App
This app predicts the age of a person from the picture input using camera or photos gallery. The app uses Core ML framework of iOS for the predictions. The Vision library of CoreML is used here. The trained model fed to the system is AgeNet.
Stars: ✭ 15 (+7.14%)
Mutual labels:  vision
Vision
Computer Vision And Neural Network with Xamarin
Stars: ✭ 54 (+285.71%)
Mutual labels:  vision
vision-api
Google Vision API made easy!
Stars: ✭ 19 (+35.71%)
Mutual labels:  vision
EverTranslator
Translate text anytime and everywhere, even you are gaming!
Stars: ✭ 59 (+321.43%)
Mutual labels:  text-recognition
formulas-python
Ritchie CLI formulas in Python 🐍
Stars: ✭ 17 (+21.43%)
Mutual labels:  text-recognition

TextDetect

This app detects the text from a picture input using camera or photos gallery of the iPhone/Simulator. The app uses on device Text Recognition in iOS using MLKit in Firebase by Google.

Before you run the project, open terminal and go to the root folder of the project and type:
$ pod install
This will install the following required pods:
'Firebase/Core', '~> 5.2.0'
'Firebase/MLVision', '~> 5.2.0'
'Firebase/MLVisionTextModel', '~> 5.2.0'

If cocoapods is not already installed, install it with following gem command.
$ sudo gem install cocoapods

You would also need to add GoogleService-Info.plist file to your project for firebase integration in order to use MLKit. Refer these easy steps for the same. You will have to login to your gmail account for accessing the console to firebase.

textdetect

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