This project downloads images for Arabic words from Google Images.
-
Python 3.7+
-
Google Images Search library
pip install googleImagesSearch
Clone this repository to your desired folder:
cd your folder
git clone git@github.com:ZahraArshia/Word2Image.git
-
Import the dataset containing the Arabic words to download images for.
import pandas as pd df = pd.read_excel(data_path)
-
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.
Zahra
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give me a ⭐
This project is licensed under the MIT License.