# Simple Pixelart Filter A Gradio [app](https://kuko6-pixel-filter.hf.space/) that allows you to pixelate images, quantize colors and display color palettes.

Bananas Bananas pixelated Bananas palette

## Try it locally set up a virtual environment with: ```sh python3 -m venv venv ``` activate the virtual environment: ```sh source venv/bin/activate ``` install the requirements: ```sh pip install -r requirements.txt ``` run the gradio app: ```sh python3 app.py ``` open `127.0.0.1:7860` in your browser.