|
| 1 | +Codelabs for ML Kit for Firebase |
| 2 | +============ |
| 3 | + |
| 4 | +This repository contains two codelabs for ML Kit for Firebase: |
| 5 | +* Recognize text in images with ML Kit for Firebase |
| 6 | +* Identify objects in images using custom machine learning models with ML Kit for Firebase |
| 7 | + |
| 8 | +Introduction |
| 9 | +------------ |
| 10 | +In these codelabs, you will build an Android app that uses various features |
| 11 | +of ML Kit for Firebase to recognize text and identify objects in images. You |
| 12 | +will learn how to use both the built in on-device and cloud Text Recognition APIs |
| 13 | +and how to use your own Tensor Flow Lite custom models with ML Kit. |
| 14 | + |
| 15 | +Pre-requisites |
| 16 | +-------------- |
| 17 | +None. |
| 18 | + |
| 19 | +Getting Started |
| 20 | +--------------- |
| 21 | +Open the `final/` folder in each respective codelab in Android Studio to see the final product. |
| 22 | +Visit the Google codelabs site to follow along the guided steps. |
| 23 | + |
| 24 | +Screenshots |
| 25 | +----------- |
| 26 | + |
| 27 | +Support |
| 28 | +------- |
| 29 | + |
| 30 | +- Stack Overflow: http://stackoverflow.com/questions/tagged/mlkit |
| 31 | + |
| 32 | +If you've found an error in this sample, please file an issue: |
| 33 | +https://github.com/googlecodelabs/ml-kit/issues |
| 34 | + |
| 35 | +Patches are encouraged, and may be submitted by forking this project and |
| 36 | +submitting a pull request through GitHub. |
| 37 | + |
| 38 | +License |
| 39 | +------- |
| 40 | + |
| 41 | +Copyright 2018 Google, Inc. |
| 42 | + |
| 43 | +Licensed to the Apache Software Foundation (ASF) under one or more contributor |
| 44 | +license agreements. See the NOTICE file distributed with this work for |
| 45 | +additional information regarding copyright ownership. The ASF licenses this |
| 46 | +file to you under the Apache License, Version 2.0 (the "License"); you may not |
| 47 | +use this file except in compliance with the License. You may obtain a copy of |
| 48 | +the License at |
| 49 | + |
| 50 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 51 | + |
| 52 | +Unless required by applicable law or agreed to in writing, software |
| 53 | +distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 54 | +WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 55 | +License for the specific language governing permissions and limitations under |
| 56 | +the License. |
0 commit comments