iAnalyzer is a tool that validates the images of a given website.
$ uv venv
$ source .venv/bin/activate
$ uv sync
$ playwright install
$ uv run main.py --domain https://example.com \
--ignore-prefix https://example.com/tags \
--ignore-prefix https://example.com/categoriesThis project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.