How to build & deploy a TensorFlow app for Android

The following instructions were copied from the Justin Francis post found here. Several additions and changes were made, as needed. Dev Setup: Download Android SDK & NDK You can download Android SDK using the terminal and then extract it into your TensorFlow directory. $ wget https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz $ tar xvzf android-sdk_r24.4.1-linux.tgz -C ~/tensorflow Then we need to download some... Continue Reading →

Using Jupyter Notebooks on AWS

The following are the instructions for using Jupyter Notebooks on AWS servers. These instructions are summarized from fast.ai's 7 week course, Practical Deep Learning For Coders, Part 1.  On my Macbook, change directories to access the course's setup scripts cd ~/dev/fastai_course/courses/setup Run the provided alias script to create aliases for working with AWS servers source aws-alias.sh Get the Instance... Continue Reading →

Google Datalab Notebooks

Datalab Notebooks are google's implementation of Jupyter Notebooks (formerly IPython Notebooks) on the Google Cloud Platform (GCP). The datalab documentation page is found here. The full procedure to create, use, and manage datalab notebooks is found here. The quick start page is found here. The Google Cloud SDK must be installed and initialized before you can run the shell commands shown... Continue Reading →

Create a free website or blog at WordPress.com.

Up ↑

Design a site like this with WordPress.com
Get started