ImageAlfred / README.md
mahan_ym
update readme
ac24bf9
|
raw
history blame
2.05 kB
metadata
title: ImageAlfred
emoji: 😻
colorFrom: green
colorTo: purple
sdk: gradio
sdk_version: 5.32.1
app_file: src/app.py
pinned: false
license: apache-2.0
short_description: 'Alfred of Images: An MCP server to handle your image edits.'

Image Alfred

ImageAlfred

ImageAlfred is an image Model Context Protocol (MCP) tool designed to streamline image processing workflows.

Maintainers

Mahan Yarmohammad (Mahan-ym) Saaed Saadatipour (Soodoo)

Used Tools

Getting Started

Prerequisites

  • Python 3.13+
  • uv (a fast Python package installer and virtual environment manager)

Installation

  1. Create a virtual environment using uv:
uv venv
  1. Activate the virtual environment:
source .venv/bin/activate
  1. Install dependencies:
uv sync
  1. Setup Modal
modal setup

Running the App

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.