How to Install Keras with Python 3
python3 -V
sudo apt install python3-pip
pip3 -V
#sudo pip3 install --upgrade tensorflow
#sudo apt install python3-tensorflow
import tensorflow as tf
tf.__version__
sudo apt update
python3 -V
sudo apt install python3-pip
pip3 -V
#sudo pip3 install keras
#sudo apt install python3-keras
import keras