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.
To install PixelProwler, clone this repository and run the following command:
pip install -r requirements.txt
python main.py "cat pictures"
.
βββ 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