Giter VIP home page Giter VIP logo

imagedownloader's Introduction

GoogleImageDownloader

This is the code for this video by Ritesh on YouTube.

A Python program for downloading images from a Google Search.

While Making KNOIT-An Android APP for Object Detection and Classification-Download Here, it was a very time taking process for downloading images manually which were required for the training process in a CNN(Convolutional Neural Network). So I came up with a program called imagedownloader.py which is purely built for downloading the images from a Google Search.

SETUP

The program uses many inbuilt modules and only one third party module-BeautifulSoup. So, you need to install it before using the program. Install it by:

pip install BeautifulSoup4

Now you are good to go.

RUN

Open your Command Prompt or Terminal and change directory to the same folder where you have saved the program. Now create a new Folder or choose an existing one where you want to save the downloaded images. Finally, type the following in your CMD or Terminal:

python image_downloader.py -n 100 -s "Red Roses" -d "G:\__Main__\Pictures"

Here, change the following as per your needs:

-n: Number of Images to be downloaded.

-s: Search Query.

-d: Directory where to save the images.

That's it guys. Please do STAR the Repository and be my follower here on GitHub as well as a Subscriber on YouTube.

imagedownloader's People

Contributors

mauryaritesh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

imagedownloader's Issues

Download Images

Sucessfullly Program Was Run but Image was Not download Please Solve it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.