C0nsumption / ColormapViewer

Repo for looking at colormaps from matplotlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colormap Viewer

A tool for applying colormaps to images using Gradio and Matplotlib.

Installation

  1. Clone the repository:

    git clone https://github.com/C0nsumption/ColormapViewer.git
    cd ColormapViewer
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows: `venv\Scripts\activate`
  3. Install the dependencies:

    pip install -r requirements.txt

Usage

  1. Run the application:

    python main.py
  2. Open the local URL in your web browser.

  3. Upload an image, select a colormap, and view the result.

About

Repo for looking at colormaps from matplotlib


Languages

Language:Python 100.0%