This is a Python script that allows you to scrape images from Google search using keywords. It utilizes the BeautifulSoup library for web scraping and the requests library for making HTTP requests. Images are stored in mongoDB and in directory named as scrapped_images.
Installation Usage Contributing License
Before running the script, ensure you have the following prerequisites installed:
- Python 3.7: The script is written in Python, so you'll need to have Python 3.7 installed on your machine. You can download it from the official Python website: Python Downloads
- Clone the repository:
git clone https://github.com/ankitrajput77/image_scrapper.git
-
Navigate to the project directory:
-
Install the required dependencies:
pip install -r requirements.txt
- run app.py
python app.py


Contributions are welcome! If you find any issues or want to add new features, please open an issue or submit a pull request. Make sure to follow the existing coding style and provide appropriate documentation.
This project is licensed under the MIT License.