10
Creating an Android app with Snapchat-style filters in 7 steps using Firebase’s ML Kit

Creating an Android app with Snapchat-style filters in 7 steps using Firebase’s ML Kit

5 years ago
Anonymous $TjsaxHwAP-

https://heartbeat.fritz.ai/creating-an-android-app-with-snapchat-style-filters-in-7-steps-using-firebases-ml-kit-e79946e99688

At I/O 2018, Google announced the release of Firebase’s ML Kit, a developer-friendly software package that allows mobile engineers to quickly integrate Machine Learning features in their applications with just a few lines of code. With ML Kit, we’re able to do amazing things like face detection, text recognition, and landmark recognition, all without needing to have deep knowledge about neural networks or model optimization.

In this article, I’m going to show you how to make a working Snapchat Filter Android application in 7steps. You can find the example code in this github repo — all PRs are welcomed.