How do I solve this below error When I tried to run its shows that No module named keras in jupyter notebook

0 votes
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-3-19be65164370> in <module>
      1 # Import necessary libraries
----> 2 from keras.models import load_model
      3 import cv2
      4 import numpy as np
      5 import tkinter

ModuleNotFoundError: No module named 'keras'
Sep 28, 2021 in Python by do

edited 5 days ago 8 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP