Member-only story
Data Science Setup on Apple Mac M1 — Part II
A Beginner’s Guide For Installing Data Science Libraries on the new Apple Mac M1

In part I of this guide, I explained how to set up a conda environment and install a few of the most important tools and libraries required for data science. You can check out Part I here…
In this part, we will continue with installing some widely used frameworks like Tensorflow, Keras. You can install the ones you want as per your requirement. If there are any dependencies, I’ll be mentioning them while installing the particular framework/library.
Assuming that you’re coming from Part I of this guide and have already activated the environment and installed the required libraries.
Installing the tools and libraries
Tensorflow
TensorFlow is a free and open-source software library for machine learning. It can be used across a range of tasks but has a particular focus on training and inference of deep neural networks…