https://github.com/songquanpeng/zigan-crawler
Download images from 陈忠建字库, only for research purpose.
https://github.com/songquanpeng/zigan-crawler
Last synced: 6 months ago
JSON representation
Download images from 陈忠建字库, only for research purpose.
- Host: GitHub
- URL: https://github.com/songquanpeng/zigan-crawler
- Owner: songquanpeng
- Created: 2022-05-24T07:44:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T07:58:35.000Z (over 3 years ago)
- Last Synced: 2025-02-26T09:38:29.244Z (8 months ago)
- Language: Python
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZiGAN Crawler
> Download images from [陈忠建字库](http://163.20.160.14/~word/modules/myalbum/), only for research purpose.
## Usage
### Setup Dependencies
```shell
pip install playwright --user
python -m playwright install-deps
python -m playwright install webkit
pip install -r requirments.txt
```
### Start Crawling
```shell
python main.py --cid 38 --total_num 6841 --save_name 隶书-赵之谦
# or
python main.py --cid 38 --total_num 6841 --save_name 隶书-赵之谦 --debug
```
## Disclaimer
We only use the downloaded dataset to help us to reproduce the experiment of *ZiGAN: Fine-grained Chinese Calligraphy Font Generation via a Few-shot Style Transfer Approach*.