Hi,
Please install TensorFlow with the instructions shared in the below topic:
Keras can be installed with pip3 directly:
pip3
$ pip3 install keras
Thanks.