Install keras and tensorflow in jetson nano

Hi,

Please install TensorFlow with the instructions shared in the below topic:

Keras can be installed with pip3 directly:

$ pip3 install keras

Thanks.