Skip to content

Rupa-421/ImageExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImageExtractor

Extract and display images by website link. When we input a link of website it filters all images and displays it one at a time.

This project uses request,opencv,scikit-image and ipywidgets modules.

Note:

  • It will be good to run in syder as it's related to displaying images. So ipywidgets should be removed.
  • If there is no availability of spyder you can keep the code as it is.

Prerequisites

Before you continue, ensure you have met the following requirements:

  • You have installed the latest version of jupyter notebook or spyder.
  • You have a basic understanding of request module in python.

What i have done :

  • Getting the source code of website and extracting the links of image.
  • Then i displayed the image by using opencv module you can also use pillow.
  • In this code i used website of swiggy and i got the output of images on that website which you can see in the outputimages folder of this repo.

Drop a pull request if you found a new feature ✨

Don't forget to star ⭐ if you found this interesting.

About

Extract and display images by website link

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages