INSTRUCTIONS:
FOR WINDOWS:
- Just go to release, unzip the ImageExtractor_Windows.zip and use it.
- It will be present as image_scrapper.exe in directory 3>) The downloaded(scraped) images with be saved in a directory named ' Result ' which will be created where image_extractor.exe is present.
FOR LINUX:
- Download the entire repo
- Open terminal and execute the following command: pip install bs4 requests
- navigate to the source directory and run the image_extractor.py file using command: python image_extractor.py
- The downloaded(scraped) images with be saved in a directory named ' Result ' which will be created where image_extractor.py is present.