All Projects → icanerdogan → MLKit-Android-Apps

icanerdogan / MLKit-Android-Apps

Licence: other
All android applications (apps) using MLKit

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to MLKit-Android-Apps

MLKit
🌝 MLKit是一个强大易用的工具包。通过ML Kit您可以很轻松的实现文字识别、条码识别、图像标记、人脸检测、对象检测等功能。
Stars: ✭ 294 (+1125%)
Mutual labels:  text-recognition, face-detection, mlkit, image-labeling, pose-detection
Mlkit
A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
Stars: ✭ 949 (+3854.17%)
Mutual labels:  text-recognition, face-detection, barcode-scanner
MlKitBarcodeScan
Sample project to explain the barcode scanning API from Firebase MLKit
Stars: ✭ 31 (+29.17%)
Mutual labels:  barcode-scanner, mlkit
TextDetect
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.
Stars: ✭ 14 (-41.67%)
Mutual labels:  text-recognition, mlkit
bob
Bob is a free signal-processing and machine learning toolbox originally developed by the Biometrics group at Idiap Research Institute, in Switzerland. - Mirrored from https://gitlab.idiap.ch/bob/bob
Stars: ✭ 38 (+58.33%)
Mutual labels:  face-detection
assap
Anti Shoulder Surfing Attack Platform (ASSAP)
Stars: ✭ 22 (-8.33%)
Mutual labels:  face-detection
Face-Recognition
A Java application for Face Recognition under expressions, occlusions and pose variations.
Stars: ✭ 55 (+129.17%)
Mutual labels:  face-detection
awesome-ml-demos-with-ios
The challenge projects for Inferencing machine learning models on iOS
Stars: ✭ 1,040 (+4233.33%)
Mutual labels:  mlkit
barcode-detector
Spec compliant polyfill of the Barcode Detection API 🤳
Stars: ✭ 31 (+29.17%)
Mutual labels:  barcode-scanner
ZxingScan
基于MLKit实现二维码,条形码识别;实现微信效果样式;
Stars: ✭ 99 (+312.5%)
Mutual labels:  mlkit
Detect-Facial-Features
Code example demonstrating how to detect eyes, nose, lips, and jaw with dlib, OpenCV, and Python
Stars: ✭ 42 (+75%)
Mutual labels:  face-detection
google-vision-sampler
Code examples for Google Vision API.
Stars: ✭ 47 (+95.83%)
Mutual labels:  face-detection
face-mask-detector
Detecting face mask with OpenCV and TensorFlow. Using simple CNN or model provided by TensorFlow as MobileNetV2, VGG16, Xception.
Stars: ✭ 19 (-20.83%)
Mutual labels:  face-detection
facial-expression-recognition
Facial Expression Recognition Using CNN and Haar-Cascade
Stars: ✭ 44 (+83.33%)
Mutual labels:  face-detection
compv
Insanely fast Open Source Computer Vision library for ARM and x86 devices (Up to #50 times faster than OpenCV)
Stars: ✭ 155 (+545.83%)
Mutual labels:  text-recognition
Questor
Scan & Search text from hardcopy books and images! 📖 🔍
Stars: ✭ 36 (+50%)
Mutual labels:  text-recognition
morghulis
No description or website provided.
Stars: ✭ 18 (-25%)
Mutual labels:  face-detection
VideoFaceDetection
Face Detection with Android
Stars: ✭ 0 (-100%)
Mutual labels:  face-detection
myphotoshare
MOVED TO GITLAB! --- A Web 2.0 Photo Gallery Done Right via Static JSON, Dynamic Javascript and a bit of php for sharing
Stars: ✭ 12 (-50%)
Mutual labels:  face-detection
Face-Recognition-Raspberry-Pi-64-bits
Recognize 2000+ faces on your Raspberry Pi 4 with database auto-fill and anti-spoofing
Stars: ✭ 48 (+100%)
Mutual labels:  face-detection

ML Kit Android Apps

UDEMY COURSE

git clone https://github.com/icanerdogan/MLKit-Android-Apps

Text Recognition App

With ML Kit's text recognition APIs can recognize text in any Latin-based character set. They can also be used to automate data-entry tasks such as processing credit cards, receipts, and business cards.

Interface View Text Recognition

Face Detection App

With ML Kit's face detection API, you can detect faces in an image, identify key facial features, and get the contours of detected faces. Note that the API detects faces, it does not recognize people.

Single Face Detection Multiple Face Detection

Pose Detection App

The ML Kit Pose Detection API is a lightweight versatile solution for app developers to detect the pose of a subject's body in real time from a continuous video or static image. A pose describes the body's position at one moment in time with a set of x,y skeletal landmark points. The landmarks correspond to different body parts such as the shoulders and hips. The relative positions of landmarks can be used to distinguish one pose from another.

Main Activity 1 Main Activity 2

Barcode Scanning App

With ML Kit's barcode scanning API, you can read data encoded using most standard barcode formats. Barcode scanning happens on the device, and doesn't require a network connection.

Barcodes are a convenient way to pass information from the real world to your app. In particular, when using 2D formats such as QR code, you can encode structured data such as contact information or WiFi network credentials. Because ML Kit can automatically recognize and parse this data, your app can respond intelligently when a user scans a barcode.

Interface View Get Information From Barcode

Image Labeling App

With ML Kit's image labeling APIs you can detect and extract information about entities in an image across a broad group of categories. The default image labeling model can identify general objects, places, activities, animal species, products, and more.

Interface View Prediction

Object Detection and Tracking App

With ML Kit's on-device Object Detection and Tracking API, you can detect and track objects in an image or live camera feed.

Object Detection 1 Object Detection 2

Digital Ink Recognition App

With ML Kit's Digital Ink Recognition API, you can recognize handwritten text on a digital surface in hundreds of languages, as well as classify sketches. The Digital Ink Recognition API uses the same technology that powers handwriting recognition in Gboard, Google Translate, and the Quick, Draw! game.

Digital Ink Recognition makes it possible to write on the screen instead of typing on a virtual keyboard. This lets users draw characters that are not available on their keyboard, such as ệ, अ or 森 for latin alphabet keyboards. The API can also transcribe handwritten notes and recognize hand‑drawn shapes and emojis.

Digital Ink Recognition 1 Digital Ink Recognition 2

Follow me on Github :)

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