/tensorflow-apple-silicon

Install Apple Metal version of Tensorflow for M1 Macs

Primary LanguageShell

This repo is to setup Tensorflow environment on Apple Silicon Mac without any hassle.

Just clone the repository and execute script.sh if homebrew and miniforge is already installed:

sh ~/script.sh

What the shell script do?

  1. Installs the TensorFlow dependencies
  2. Installs base TensorFlow
  3. Installs tensorflow-metal plugin
  4. Installs necessary packages:
    1. numpy
    2. pandas
    3. matplotlib
    4. seaborn
    5. scikit-learn
    6. ipykernel

Thank You!