# jmd_imagescraper
> An image scraping library for creating deep learning datasets.
This library is for creating deep learning datasets.
It uses DuckDuckGo for the image scraping as they return nice big images and have some rather nice parameters to make your life easier, for example we can filter the searches to only return square images which are photos.
`jmd_imagescraper.core` contains the main scraping/downloading functionality.
`jmd_imagescraper.imagecleaner` contains an image cleaner you can use from within your notebook to clean up the results and delete anything unsuitable.
## Install
`pip install jmd_imagescraper`
## How to use
```python
from jmd_imagescraper.core import * # dont't worry, it's designed to work with import *
from pathlib import Path
root = Path().cwd()/"images"
duckduckgo_search(root, "Cats", "cute kittens", max_results=20)
```
```python
from jmd_imagescraper.imagecleaner import *
display_image_cleaner(root)
```
![](image_cleaner.jpg)
## Docs
If you're reading this on pypi.org you can find the docs at https://joedockrill.github.io/jmd_imagescraper/
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
资源分类:Python库 所属语言:Python 资源全名:jmd_imagescraper-0.0.2.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
资源推荐
资源详情
资源评论
收起资源包目录
jmd_imagescraper-0.0.2.tar.gz (19个子文件)
jmd_imagescraper-0.0.2
MANIFEST.in 116B
PKG-INFO 2KB
jmd_imagescraper.egg-info
PKG-INFO 2KB
requires.txt 59B
not-zip-safe 1B
SOURCES.txt 462B
entry_points.txt 20B
top_level.txt 17B
dependency_links.txt 1B
settings.ini 725B
jmd_imagescraper
core.py 7KB
imagecleaner.py 7KB
__init__.py 89B
_nbdev.py 2KB
LICENSE 11KB
CONTRIBUTING.md 2KB
setup.cfg 38B
setup.py 2KB
README.md 1KB
共 19 条
- 1
资源评论
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功