nbiish commited on
Commit
7378664
·
unverified ·
1 Parent(s): bb16d68

Add HF Space metadata

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Any2SVG - Image to SVG Vectorization Tool
2
 
3
  A Gradio 6 application that converts raster images (PNG, JPG, WebP, etc.) to SVG vector graphics. Deployable as a Hugging Face Space and usable as an MCP server.
 
1
+ ---
2
+ title: Any2SVG
3
+ emoji: 🎨
4
+ colorFrom: purple
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: 5.6.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ short_description: Convert raster images to SVG vector graphics
12
+ tags:
13
+ - image-processing
14
+ - svg
15
+ - vectorization
16
+ - mcp-server
17
+ ---
18
+
19
  # Any2SVG - Image to SVG Vectorization Tool
20
 
21
  A Gradio 6 application that converts raster images (PNG, JPG, WebP, etc.) to SVG vector graphics. Deployable as a Hugging Face Space and usable as an MCP server.