December 2018
Intermediate to advanced
274 pages
7h 46m
English
Now open Android Studio, and create a project with an empty activity. Note down the app package name that you have given while creating the project—for example, com.packt.mlkit.facerecognization.
Here we are going to modify the text recognization code to predict faces. So, we are not changing the package names and other things. Just the code changes. The project structure is the same as shown previously:

It's time to code our application's main activity class. First we need to download the application code from the Packt GitHub repository at https://github.com/PacktPublishing/Machine-Learning-for-Mobile/tree/master/facerecognization ...
Read now
Unlock full access