Created
December 20, 2019 15:36
-
-
Save ritvikmath/ed0e3950089f22a89db09b0942196279 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import numpy as np | |
| import matplotlib.pyplot as plt | |
| #read the image | |
| img = plt.imread('mouse.jpg') | |
| #show the image | |
| plt.imshow(img) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment