Jinglong Xiong commited on
Commit
5f90f7d
Β·
2 Parent(s): d19b1f8 94c7f89

Merge branch 'main' of https://github.com/Tim-Xiong/svg-generator

Browse files
Files changed (2) hide show
  1. LICENSE +21 -0
  2. README.md +3 -5
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Tim-Xiong
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
README.md CHANGED
@@ -2,6 +2,8 @@
2
 
3
  A Streamlit application that converts text descriptions into SVG graphics using multiple AI models.
4
 
 
 
5
  ## Overview
6
 
7
  This project allows users to create vector graphics (SVG) from text descriptions using three different approaches:
@@ -156,10 +158,6 @@ drawing-with-llm/ # Root directory
156
  └── starvector/ # StarVector Python package
157
  ```
158
 
159
- ## License
160
-
161
- [Specify your license information here]
162
-
163
  ## Acknowledgments
164
 
165
  This project utilizes several key technologies:
@@ -167,4 +165,4 @@ This project utilizes several key technologies:
167
  - [StarVector](https://github.com/joanrod/star-vector) for image-to-SVG conversion
168
  - [vtracer](https://github.com/visioncortex/vtracer) for raster-to-vector conversion
169
  - [Phi-4](https://huggingface.co/microsoft/phi-4) for text-to-SVG generation
170
- - [Streamlit](https://streamlit.io/) for the web interface
 
2
 
3
  A Streamlit application that converts text descriptions into SVG graphics using multiple AI models.
4
 
5
+ Access demo app by this [link](https://huggingface.co/spaces/Timxjl/text2svg-demo-app)
6
+
7
  ## Overview
8
 
9
  This project allows users to create vector graphics (SVG) from text descriptions using three different approaches:
 
158
  └── starvector/ # StarVector Python package
159
  ```
160
 
 
 
 
 
161
  ## Acknowledgments
162
 
163
  This project utilizes several key technologies:
 
165
  - [StarVector](https://github.com/joanrod/star-vector) for image-to-SVG conversion
166
  - [vtracer](https://github.com/visioncortex/vtracer) for raster-to-vector conversion
167
  - [Phi-4](https://huggingface.co/microsoft/phi-4) for text-to-SVG generation
168
+ - [Streamlit](https://streamlit.io/) for the web interface