![Image Alfred](./src/assets/ImageAlfredIcon.png) # ImageAlfred ImageAlfred is an image Model Context Protocol (MCP) tool designed to streamline image processing workflows. ## Maintainers [Mahan Yarmohammad (Mahan-ym)](https://www.mahan-ym.com/) [Saaed Saadatipour (Soodoo)](https://soodoo.me/) ## Getting Started ### Prerequisites - Python 3.13+ - [uv](https://github.com/astral-sh/uv) (a fast Python package installer and virtual environment manager) ### Installation 1. **Create a virtual environment using uv:** ```bash uv venv ``` 2. **Activate the virtual environment:** ```bash source .venv/bin/activate ``` 3. **Install dependencies:** ```bash uv sync ``` 4. **Setup Modal** ```bash modal setup ``` ### Running the App ```bash uv run src/app.py ``` This will launch the Gradio interface for ImageAlfred. ## License This project is licensed under the terms of the LICENSE file in this repository.