Skip to content

brittBarak/MLKitDemo

Repository files navigation

MLKitDemo 🍓

This is a sample project of an app that uses Firebase's MLKit to classify an image in 3 different ways.

Branches

Each branch shows the implementation of a differnt model.

Feel free to explore it with and without the tutorial and bolgposts:

  • 0.start - the starting code with basic UI
  • 1.run_local_model - implementation with local (on device) MLKit model
  • 2.run_cloud_model - implementation with cloud based MLKit model
  • 3.run_custom_model - implementation with TensorflowLite custom model (managed by MLKit)

How to get started?

You'd have to clone the repository and adding Firebase to it.

Everything is explained at this turorial: Tutorial - Classify an image with MLKit for Android

Want More?

For more mobile dev friendly background on what is machine learning, how does it work and why MLkit is so awesome, checkout this blogposts series:

Who's Afraid Of Machine Learning? Intro to ML & MLKIt (for mobile developers.)

  1. Part 1: What do they all talk about?
  2. Part 2: How to make a machine learn?
  3. Part 3: More about that learning
  4. Part 4: Going Mobile! ML-Kit why and how?
  5. Part 5: Using a Local Model (coming soon ✨)
  6. Part 6: Using a Cloud Model (coming soon ✨)
  7. Part 7: Using a Custom Model (coming soon ✨)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages