In this recipe, we will learn how to set up TensorFlow for a mobile environment. My environment is macOS and I develop for Android. However, other configurations will be described during the following recipes.
Installing TensorFlow mobile for macOS and Android
Getting ready
We will use Android studio, the official integrated development environment (IDE) for Google's Android operating system.
How to do it...
We proceed with installing TensorFlow mobile for macOS and Android as follows:
- Install Android Studio from https://developer.android.com/studio/install.html...