Not able to import keras library

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.

Hey @wjafar0001, can you post the error over here ?

https://drive.google.com/file/d/19znaQIZa3d0NLxTNS5hLyCBlOy5OxncS/view?usp=drivesdk

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.