# tensorflow-workshop **Repository Path**: mirrors_amueller/tensorflow-workshop ## Basic Information - **Project Name**: tensorflow-workshop - **Description**: Slides and code from our TensorFlow Workshop. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Install TensorFlow Welcome. For this workshop, you can do one of the following: 1. [Install TensorFlow directly on your Mac.](install-mac-native.md) *This is recommended*, as it installs the least amount on your computer and will run the fastest. 1. [Use Docker on Mac, running TensorFlow in a local VM.](install-mac-docker.md) If for some reason you can't install TensorFlow natively or already have Docker installed, you can try this. 1. [Install TensorFlow directly on your Ubuntu/Linux machine.](install-ubuntu.md) _Note that TensorFlow is not currently supported natively on Windows. For now, try using Docker._ If you run into trouble, our full install instructions are available on [tensorflow.org](www.tensorflow.org). - - - General disclaimer, this is my personal repo and not an official Google product.