Skip to content

Commit e6d0e68

Browse files
author
gkaldev
committed
Fix mlkit build KI and remove deprecated on-device samples (along with
LiveCamera handling). On device models have been moved to another SDK. Change-Id: I6d1a04ea5aa5bea333bd248eeb5e6d6619666914
2 parents d9d47d5 + 4fc2fc7 commit e6d0e68

File tree

186 files changed

+142
-10838
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+142
-10838
lines changed

mlkit-langid/.gitignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

mlkit-langid/README.md

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1 @@
11
UPDATE: On June 3, 2020, we started offering ML Kit's on-device APIs through a new standalone SDK. Cloud APIs, AutoML Vision Edge, and custom model deployment will continue to be available via Firebase Machine Learning. [Learn more](https://developers.google.com/ml-kit)
2-
3-
ML Kit Language ID for Firebase Quickstart
4-
==============================
5-
6-
The ML Kit LanguageID for Firebase Android Quickstart app demonstrates how to
7-
use the Language ID feature of ML Kit to to identify the language
8-
of text in your application.
9-
10-
Introduction
11-
------------
12-
13-
- [Read more about ML Kit LanguageID for Firebase](https://firebase.google.com/docs/ml-kit/android/identify-languages)
14-
15-
Getting Started
16-
---------------
17-
18-
- [Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).
19-
- Run the sample on an Android device.
20-
- Choose the Java or Kotlin version on the initial screen.
21-
- Type input text and press the buttons to identify languages.
22-
23-
Result
24-
-----------
25-
<img src="app/src/screen.png" height="534" width="300"/>
26-
27-
Support
28-
-------
29-
30-
- [Stack Overflow](https://stackoverflow.com/questions/tagged/firebase-mlkit)
31-
- [Firebase Support](https://firebase.google.com/support/).
32-
33-
License
34-
-------
35-
36-
Copyright 2019 Google, Inc.
37-
38-
Licensed to the Apache Software Foundation (ASF) under one or more contributor
39-
license agreements. See the NOTICE file distributed with this work for
40-
additional information regarding copyright ownership. The ASF licenses this
41-
file to you under the Apache License, Version 2.0 (the "License"); you may not
42-
use this file except in compliance with the License. You may obtain a copy of
43-
the License at
44-
45-
http://www.apache.org/licenses/LICENSE-2.0
46-
47-
Unless required by applicable law or agreed to in writing, software
48-
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
49-
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
50-
License for the specific language governing permissions and limitations under
51-
the License.

mlkit-langid/app/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

mlkit-langid/app/proguard-rules.pro

Lines changed: 0 additions & 21 deletions
This file was deleted.

mlkit-langid/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 31 deletions
This file was deleted.

mlkit-langid/app/src/main/java/com/google/firebase/samples/apps/mlkit/languageid/EntryChoiceActivity.kt

Lines changed: 0 additions & 24 deletions
This file was deleted.

mlkit-langid/app/src/main/java/com/google/firebase/samples/apps/mlkit/languageid/java/MainActivity.java

Lines changed: 0 additions & 132 deletions
This file was deleted.

mlkit-langid/app/src/main/java/com/google/firebase/samples/apps/mlkit/languageid/kotlin/MainActivity.kt

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)