A simple Python application that allows you to search and download images from Bing Images using Selenium and Tkinter.
- Search for images based on a given search term in Chrome.
- Specify the number of images to download.
- Total Background Proceess.
- Python 3.9.13
- Selenium
- Chrome WebDriver (Ensure compatibility with your Chrome browser version)
- tkinter
- PIL (Python Imaging Library)
-
Clone this repository:
git clone https://github.com/UdaySMukherjee/Image-Dataset-Generator.git
-
Install the required libraries:
pip install -r requirements.txt
-
Download the Chrome WebDriver and make sure it's in your system's PATH.
-
Create a blank folder where u would like to store the images
-
Run the application:
python DataSet_Gen.py
-
Enter a search term and the number of images to download.
-
Click the "Select Download Folder" button to choose a download location.
-
Click the "Create Dataset" button to start downloading images for your dataset.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.