Spaces:
Sleeping
Sleeping
Faizan0100 commited on
Commit ·
09fc7cd
1
Parent(s): 254c4af
Update README.md with YAML metadata and comprehensive project information
Browse files
README.md
CHANGED
|
@@ -1,9 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Image to SVG Converter
|
| 2 |
|
| 3 |
## Overview
|
| 4 |
|
| 5 |
The Image to SVG Converter is a powerful Streamlit application that allows users to convert images into Scalable Vector Graphics (SVG) format. This tool offers various features including background removal, edge enhancement, and the ability to generate images from text prompts.
|
| 6 |
|
|
|
|
|
|
|
|
|
|
| 7 |
## Features
|
| 8 |
|
| 9 |
- **Image Upload**: Users can upload their own images in PNG, JPG, or JPEG format.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Image to SVG Converter
|
| 3 |
+
emoji: 🖼️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.21.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Image to SVG Converter
|
| 13 |
|
| 14 |
## Overview
|
| 15 |
|
| 16 |
The Image to SVG Converter is a powerful Streamlit application that allows users to convert images into Scalable Vector Graphics (SVG) format. This tool offers various features including background removal, edge enhancement, and the ability to generate images from text prompts.
|
| 17 |
|
| 18 |
+
[Rest of the README content remains the same]
|
| 19 |
+
The Image to SVG Converter is a powerful Streamlit application that allows users to convert images into Scalable Vector Graphics (SVG) format. This tool offers various features including background removal, edge enhancement, and the ability to generate images from text prompts.
|
| 20 |
+
|
| 21 |
## Features
|
| 22 |
|
| 23 |
- **Image Upload**: Users can upload their own images in PNG, JPG, or JPEG format.
|