VectorVision / README.md
juansebsol's picture
Update README.md
31992c6 verified

A newer version of the Gradio SDK is available: 6.9.0

Upgrade
metadata
title: Vector Vision
emoji: 🧠
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 3.8.2
app_file: app.py
pinned: false

AI Segment-to-Vector SVG Tool

Upload a JPG, PNG, or SVG, and this tool will:

  • Convert to an image if needed
  • Use Meta's SAM to segment visual areas
  • Trace those into clean vector paths
  • Return a layered SVG with groups like <g id="Layer_1">

Made for:

  • Designers cleaning raster exports
  • Developers rebuilding complex SVG structures
  • AI-driven visual parsing

Built with Gradio + SAM. Fully open-source and cutting-edge.