Installation of Tensorflow in macOS sierra:
2 min readJan 2, 2018
Tensorflow is a open source high level API helpful in artificial intelligence projects.The top companies have been using this Tensorflow machine learning algorithm for their AI projects.The installation requires
1.Homebrew
After the installation of Homebrew, run this command on your terminal
2.Python version of 2.7 or 3.6 is required
3.Installation of Pip is required
pip is a package management system used to install and manage software packages written in Python. Many packages can be found in the Python package index.
$ pip install tensorflow (python 2.7)
$ pip3 install tensorflow (Python 3.6)
if the Pip version is lower then upgrade using following command:
4. If all the steps are completed..validate your installation
The tensorflow open source environment get installed in your mac Os.
For the futher queries..go through the opensource