printf"The Keras is necessary so that it is possible to use CNN. It is recommended to install the version for GPU processing (if available) but it is also possible to use CPU processing.\n"
printf"To install the GPU version (tricky) follow the steps at: https://www.tensorflow.org/install/install_linux"
printf"${NC}\n"
read-p"Would you like to install keras CPU libraries? [y/n]"-n 1 -r
echo
if[[$REPLY=~ ^[Yy]$ ]]
then
echo"[PYNOVISAO INSTALLER] Installing keras libraries..."