https://github.com/kts-o7/intelliartgen
Repo housing a ML project to generate art using GAN networks
https://github.com/kts-o7/intelliartgen
Last synced: 2 months ago
JSON representation
Repo housing a ML project to generate art using GAN networks
- Host: GitHub
- URL: https://github.com/kts-o7/intelliartgen
- Owner: KTS-o7
- License: mit
- Created: 2024-02-13T17:10:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-15T06:47:40.000Z (about 1 year ago)
- Last Synced: 2025-01-06T19:18:28.445Z (4 months ago)
- Language: Jupyter Notebook
- Size: 2.51 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IntelliArtGen
Repo housing a ML project to generate art using GAN networks
Dataset link : [Kaggle Link](https://www.kaggle.com/datasets/thedownhill/art-images-drawings-painting-sculpture-engraving/data)
## Work needed to be done
1. Data set Preparation
- ~~Data scraping~~
- Homogenization
2. Code refactoring
- modify code to process the scraped data.## Updates
- Scraper folder has means to scrape the images using bing image downloader
```bash
pip install bing-image-downloader
```- Key words can be supplied in a file called `keywordList.txt`
- Commands to run the scraper```python
python Image_Scraper.py --limit 100 -k "Keyword"
``````python
python better_Scraper.py --limit 100 -f path/to/file```