https://github.com/charleslf2/pixel_collect
simple google image scrapper for your computer vision tasks
https://github.com/charleslf2/pixel_collect
computer dataset dataset-generation images scrapping scrapping-python
Last synced: 5 months ago
JSON representation
simple google image scrapper for your computer vision tasks
- Host: GitHub
- URL: https://github.com/charleslf2/pixel_collect
- Owner: charleslf2
- Created: 2023-06-26T22:57:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T10:43:51.000Z (over 2 years ago)
- Last Synced: 2025-07-05T10:16:12.187Z (7 months ago)
- Topics: computer, dataset, dataset-generation, images, scrapping, scrapping-python
- Language: Python
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## pixel collect
Pixel collect is a simple google image scrapper for your computer vision tasks
### Installation
#### Quick
```bash
pip install pixel_collect
```
#### Long
- Step 1
```bash
git clone https://github.com/charleslf2/pixel_collect
```
- Step 2
```bash
cd pixel_collect
```
- Step 3
```bash
py setup.py install
```
### Usage
```python
>>> from pixel_collect import pixel_scrap
>>> pixel_scrap(keyword="cats photos",save_folder="cats",limit=50,logs=True)
```