Skip to content

PixelProwler is a web spider that crawls the internet for images based on user-provided prompts. It uses advanced web crawling and image recognition technology to search for and return relevant results. Use PixelProwler to quickly and easily find the images you need for your projects.

Notifications You must be signed in to change notification settings

sourenaKhanzadeh/PixelProwler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixelProwler

PixelProwler is a web spider that crawls the internet for images based on user-provided prompts. It uses advanced web crawling and image recognition technology to search for and return relevant results.

Installation

To install PixelProwler, clone this repository and run the following command:

pip install -r requirements.txt

Usage

python main.py "cat pictures"

Project Structure

.
├── src
│   ├── __init__.py
│   ├── main.py
│   ├── spider.py
│   ├── image_search.py
│   ├── data_store.py
│   └── utils
│       ├── __init__.py
│       ├── image_utils.py
│       ├── web_utils.py
│       └── data_utils.py
├── data
├── tests
│   ├── __init__.py
│   ├── test_spider.py
│   ├── test_image_search.py
│   ├── test_data_store.py
│   └── utils
│       ├── __init__.py
│       ├── test_image_utils.py
│       ├── test_web_utils.py
│       └── test_data_utils.py
├── docs
│   ├── README.md
│   ├── user_manual.md
│   └── developer_guide.md
├── requirements.txt
└── setup.py

About

PixelProwler is a web spider that crawls the internet for images based on user-provided prompts. It uses advanced web crawling and image recognition technology to search for and return relevant results. Use PixelProwler to quickly and easily find the images you need for your projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages