Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I love that the Colab notebook runs flawlessly!

I humbly recommend you add code so people can try out with online images:

  from skimage import io

  def get_image_from_url(url):
    # download the image using scikit-image
    print("downloading", url)
    image = io.imread(url)
    return image



Thanks for your advice : )




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: