Help installing Keras?

I wonder if someone can help me to install Keras on win 10(according to link from wiki.fast.ai)(https://github.com/philferriere/dlwin) using Teamviewer? Mail me at: rolfe@algonet.se to get ID and pw.
cudnn and tensorflow does not work. I have tried several times.

Hi Rolf, maybe you can explain where you got stuck and what the error messages are? In general, you can follow NVIDIAs instructions for installing CUDA and CUDNN on Windows - as far as I know, you can find the instructions on the corresponding download pages. If cudnn isn’t correctly installed, tensorflow won’t work too, if you try to install it with GPU support.
I think Keras still relies on theano when installing Keras through pip. It may help to install Theano first and then Keras.