# 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/
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
最新资源
- Android平台下,将Html文本转换为PDF格式并输出
- 一个Python小程序,用于生成并打印一个乘法表 这个程序可以帮助初学者理解循环结构和字符串格式化
- 学生作业-轮播图和待办,该项目为html前端项目,主要实现轮播图和待办事件录入和一键清除功能 涉及html、js、css
- 校园表白墙网站源码、表白墙网站制作、网页表白墙源码
- sqlite3.lib x86-64 debug 静态库
- 基于java和mysql实现的图书管理系统源码+文档说明(大作业&课设)
- 2024年中证500股票交易数据
- jquery实现的网页版扫雷小游戏源码.zip
- 西门子变频器 SINAMICS STARTER V5.6 HF1 软件 STARTER V56 STARTERV56HF1 ISO 006
- 用Python开发 Telegram 接口:涵盖用户登录、好友列表及聊天功能-含可运行代码及解释说明
- GTA5-1.66版本中文内置修改器.2023.3.4日-更新1.66-版本
- C#实现的OPC DA转OPC UA服务器软件
- Richdad(穷爸爸富爸爸现金流游戏)卷1
- Richdad(穷爸爸富爸爸现金流游戏)卷2
- 基于双路神经网络的滚动轴承故障诊断 融合了原始振动信号 和 二维信号时频图像 的多输入(多通道)故障诊断方法 单路和双路都可 时频图像算法可选小波变,短时傅里叶变,马尔可夫变迁场,格拉姆角场
- mariadb数据库二进制包安装脚本
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈