Requirement:
- Having Xcode up and running. ⇒ You can git it through Appstore.
- Install Xcode Command Line Tools if you have not
- You have to sign the developer license
- Using pip , install the required Python computer vision, image processing, and machine learning libraries:
- Install TensorFlow with pip3 package installer
- Install Keras
- To make sure everything is working as expected import these libraries in Python
sudo xcode-select --install
sudo xcodebuild -license
# Press “enter” then scroll to the bottom with the “space” key and then type “agree”.
pip3 install scipy pillow
pip3 install imutils h5py requests progressbar2
pip3 install scikit-learn scikit-image
pip3 install tensorflow
pip3 install keras
import keras