I've already created a public repository containing some images . How can I open them and display them ? I'm guessing with the use of pyplot
somehow . Here's what I've tried :
from PIL import Image
image = Image.open('https://github.com/TeoOG/Computer_Vision_Assistance/blob/master/images/image1.jpg')
image.show()
Also here's my repository's link : https://github.com/TeoOG/Computer_Vision_Assistance