We are now ready to begin importing our images into our notebook for classification.
Loading images on to PySpark dataframes
Getting ready
We will be using several libraries and their dependencies in this section, which will require us to install the following packages through pip install on the terminal within Ubuntu Desktop:
pip install tensorflow==1.4.1
pip install keras==2.1.5
pip install sparkdl
pip install tensorframes
pip install kafka
pip install py4j
pip install tensorflowonspark
pip install jieba
How to do it...
The following steps will demonstrate how to decode...