I am not able to import keras library as he used to import in this video. The error is coming that is regarding to tensorflow.
Not able to import keras library
This usually means that tensorflow itself is not properly installed. Keras is an abstraction layer over tensorflow and can’t work without it.
Please ensure that tensorflow is correctly installed and let me know if the problem persists.
You can try downgrading your version of tensorflow using :
pip install tensorflow==2.0
Hope this helps.