/Word2Image

This project downloads images for Arabic words from Google Images and create an image generation dataset.

Primary LanguageJupyter NotebookMIT LicenseMIT

Word2Image

This project downloads images for Arabic words from Google Images.

Requirements

  • Python 3.7+

  • Google Images Search library

    pip install googleImagesSearch

Setup

Clone this repository to your desired folder:

  cd your folder
  git clone git@github.com:ZahraArshia/Word2Image.git

Usage

  1. Import the dataset containing the Arabic words to download images for.

    import pandas as pd
    df = pd.read_excel(data_path)
    
  2. Run the code

This will download the images for the words in the dataset file and save them in the same directory as the dataset file.

Author

Zahra

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

If you like this project please give me a ⭐

License

This project is licensed under the MIT License.