Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zahraarshia/word2image
This project downloads images for Arabic words from Google Images and create an image generation dataset.
https://github.com/zahraarshia/word2image
arabic dataset googleimage image-generation nlp
Last synced: 12 days ago
JSON representation
This project downloads images for Arabic words from Google Images and create an image generation dataset.
- Host: GitHub
- URL: https://github.com/zahraarshia/word2image
- Owner: ZahraArshia
- License: mit
- Created: 2023-08-28T06:57:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-01T13:37:58.000Z (over 1 year ago)
- Last Synced: 2024-11-11T05:41:10.519Z (2 months ago)
- Topics: arabic, dataset, googleimage, image-generation, nlp
- Language: Jupyter Notebook
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:```sh
cd your folder
git clone [email protected]: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 codeThis will download the images for the words in the dataset file and save them in the same directory as the dataset file.
## Author
**Zahra**
- GitHub: [GitHub](https://github.com/ZahraArshia)
- LinkedIn: [LinkedIn](https://linkedin.com/in/ZahraArshia)## Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ZahraArshia/Word2Image/issues).
## Show your support
If you like this project please give me a ⭐## License
This project is licensed under the MIT License.