shripal17 / Firebase-ML-Kit-Sample

Sample code to implement the ML Kit in Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firebase Samples

Feature

This app currently has sample code to implement Firebase's ML Kit I plan to include samples for other Firebase Products/Services in the near future

Getting Started

What You'll Need
  • Android Device for testing with Android Version 4.1 (API16) or above
  • Android Studio's Latest Beta Version (Currently 3.2 RC02)
  • Knowledge of Kotlin
  • A Firebase Project of your own (google-services.json file to be placed in 'app' directory)

What has ben implemented

  • Realtime Text Recognition (On-Device)
  • Text Detection with other languages (Cloud)
  • Realtime Barcode/QR Code Detection (On-Device)
  • Face Detection (On-Device)
  • Image Labelling (On-Device)
  • Image Labelling (Cloud)
  • Landmarks Recognition (Cloud)

Screenshots

Splash Home About

Download

Get it on Google Play

Credits

Development

Want to contribute? Great! Just create PRs and I'll merge them if they are useful

License

Copyright 2018 Shripal Jain

Licensed 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 at

   http://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.

About

Sample code to implement the ML Kit in Firebase

License:Apache License 2.0


Languages

Language:Kotlin 100.0%