Website_Generator / README.md
lastmass's picture
fix readme
ab4caf6

A newer version of the Gradio SDK is available: 5.33.2

Upgrade
metadata
title: Website Generator
emoji: 💻
colorFrom: green
colorTo: gray
sdk: gradio
sdk_version: 5.31.0
app_file: app.py
pinned: false
license: mit
short_description: Transform website screenshots into functional HTML code,
tags:
  - mcp-server-track

Usage Instructions

Video_URL: https://youtu.be/3GxNtBQRIUE

Local Setup

  1. Install dependencies:

    pip install -r requirements.txt
    
  2. Run the application:

    python app.py
    

MCP Configuration

If you want to use this tool with MCP (Model Context Protocol), copy the following configuration:

{
  "mcpServers": {
    "gradio": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://agents-mcp-hackathon-website-generator.hf.space/gradio_api/mcp/sse",
        "--transport",
        "sse-only"
      ]
    }
  }
}