I am currently working on a project using DJANGO KERAS and TENSORFLOW But I am really facing some issues while executing the project I even reinstalled DJANGO KERAS and TENSORFLOW but I still face these issues I have also added the screenshots of the error message Please help me to solve the issue
Traceback (most recent call last):
File "C:\Users\SARAVANAN\Envs\test8\lib\site-packages\django\core\handlers\exception.py", line 47, in inner
response = get_response(request)
File "C:\Users\SARAVANAN\Envs\test8\lib\site-packages\django\core\handlers\base.py", line 181, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "D:\projects\final\final\views.py", line 72, in home
result=deafult_call(call,cuisines,highlights,establishment,locality,Home_delivery,int(start),int(end),int(cost))
File "D:\projects\final\final\views.py", line 147, in deafult_call
with keras.backend.get_session().graph.as_default():
File "C:\Users\SARAVANAN\Envs\test8\lib\site-packages\keras\backend\tensorflow_backend.py", line 171, in get_session
default_session = tf.get_default_session()
AttributeError: module 'tensorflow' has no attribute 'get_default_session'