Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/android/codelab-mlkit-android
https://github.com/android/codelab-mlkit-android
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/android/codelab-mlkit-android
- Owner: android
- License: other
- Created: 2018-05-08T20:37:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T00:55:54.000Z (over 3 years ago)
- Last Synced: 2024-10-02T02:43:21.900Z (about 1 month ago)
- Language: Kotlin
- Size: 43 MB
- Stars: 180
- Watchers: 48
- Forks: 100
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Codelabs for ML Kit
============This repository contains the code for the ML Kit codelabs:
* [Recognize text and facial features with ML Kit](https://g.co/codelabs/mlkit-android)Introduction
------------
In these codelabs, you will build an Android app that uses various features
of ML Kit to recognize text and detect facial features. You will learn how to use the built in on-device Text Recognition API and the face contour API.Pre-requisites
--------------
None.Getting Started
---------------
Open the `final/` folder in Android Studio to see the final product.
Visit the Google codelabs site to follow along the guided steps.Screenshots
-----------Support
-------- Stack Overflow: http://stackoverflow.com/questions/tagged/google-mlkit
If you've found an error in this sample, please file an issue:
https://github.com/googlecodelabs/mlkit-android/issuesPatches are encouraged, and may be submitted by forking this project and
submitting a pull request through GitHub.License
-------Copyright 2018 Google, Inc.
Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.