feat(index): update
Browse files
README.md
CHANGED
|
@@ -9,52 +9,64 @@ pinned: false
|
|
| 9 |
|
| 10 |
# πHi! Welcome to π€Pytorch-SVGRender π
|
| 11 |
|
| 12 |
-
<figure
|
| 13 |
-
<img src="
|
| 14 |
-
<figcaption>Pytorch-SVGRender: The go-to library for differentiable rendering methods for SVG generation.</figcaption>
|
| 15 |
</figure>
|
| 16 |
|
| 17 |
-
##
|
| 18 |
|
| 19 |
-
-
|
| 20 |
-
|
|
|
|
|
|
|
| 21 |
|
| 22 |
-
##
|
| 23 |
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
π Docs: https://pytorch-svgrender.readthedocs.io/en/latest/index.html
|
| 27 |
|
| 28 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
### 1. Image Vectorization Methods
|
| 31 |
|
| 32 |
-
|
| 33 |
-
[[Project]](https://people.csail.mit.edu/tzumao/diffvg/) [[Paper]](https://cseweb.ucsd.edu/~tzli/diffvg/diffvg.pdf) [[Code]](https://github.com/BachiLi/diffvg)
|
| 34 |
-
- LIVE: Towards Layer-wise Image Vectorization (`CVPR 2022`)
|
| 35 |
-
[[Project]](https://ma-xu.github.io/LIVE/) [[Paper]](https://ma-xu.github.io/LIVE/index_files/CVPR22_LIVE_main.pdf) [[Code]](https://github.com/Picsart-AI-Research/LIVE-Layerwise-Image-Vectorization)
|
| 36 |
-
- CLIPasso: Semantically-Aware Object Sketching (`SIGGRAPH 2022`)
|
| 37 |
-
[[Project]](https://clipasso.github.io/clipasso/) [[Paper]](https://arxiv.org/abs/2202.05822) [[Code]](https://github.com/yael-vinker/CLIPasso)
|
| 38 |
-
- CLIPascene: Scene Sketching with Different Types and Levels of Abstraction (`ICCV 2023`)
|
| 39 |
-
[[Project]](https://clipascene.github.io/CLIPascene/) [[Paper]](https://arxiv.org/abs/2211.17256) [[Code]](https://github.com/yael-vinker/SceneSketch)
|
| 40 |
|
| 41 |
### 2. Text-to-SVG Synthesis
|
| 42 |
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
# πHi! Welcome to π€Pytorch-SVGRender π
|
| 11 |
|
| 12 |
+
<figure>
|
| 13 |
+
<img src="/assets/cover.png" alt="Pytorch-SVGRender">
|
| 14 |
+
<figcaption><b>Pytorch-SVGRender: The go-to library for differentiable rendering methods for SVG generation.</b></figcaption>
|
| 15 |
</figure>
|
| 16 |
|
| 17 |
+
## π About Us
|
| 18 |
|
| 19 |
+
Pytorch-SVGRender is an open-source initiative dedicated to differentiable rendering for SVG generation.
|
| 20 |
+
Our mission is to bridge the gap between raster and vector graphics using state-of-the-art machine learning techniques,
|
| 21 |
+
empowering designers, researchers, and developers with powerful tools for image vectorization, text-to-SVG synthesis,
|
| 22 |
+
and SVG editing.
|
| 23 |
|
| 24 |
+
## π₯ What's New?
|
| 25 |
|
| 26 |
+
- [03/2024] π We officially launched our organization!
|
| 27 |
+
- [12/2023] π Pytorch-SVGRender V1.0 is now open-source!
|
|
|
|
| 28 |
|
| 29 |
+
## π Useful Links
|
| 30 |
+
|
| 31 |
+
π Project Page: [Pytorch-SVGRender](https://ximinng.github.io/PyTorch-SVGRender-project/) <br/>
|
| 32 |
+
π Code Repository: [Github](https://github.com/ximinng/PyTorch-SVGRender) <br/>
|
| 33 |
+
π Documentation: [Read the Docs](https://pytorch-svgrender.readthedocs.io/en/latest/index.html) <br/>
|
| 34 |
+
π€ HuggingFace Hub: [SVGRender](https://huggingface.co/SVGRender)
|
| 35 |
+
|
| 36 |
+
## π Table of Contents
|
| 37 |
|
| 38 |
### 1. Image Vectorization Methods
|
| 39 |
|
| 40 |
+
Convert raster images into editable vector graphics.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
### 2. Text-to-SVG Synthesis
|
| 43 |
|
| 44 |
+
Generate vector graphics directly from **text prompts.**
|
| 45 |
+
|
| 46 |
+
## π How to Contribute?
|
| 47 |
+
|
| 48 |
+
We welcome contributions from the community! You can help by:
|
| 49 |
+
|
| 50 |
+
πΉ Reporting Issues β Found a bug? Let us know in the GitHub Issues.
|
| 51 |
+
πΉ Submitting Pull Requests β Have an improvement? Open a PR!
|
| 52 |
+
πΉ Joining Discussions β Share ideas in the GitHub Discussions.
|
| 53 |
+
πΉ Spreading the Word οΏ½οΏ½οΏ½ Star β our repo and share it with your friends!
|
| 54 |
+
|
| 55 |
+
π Want to get started? Check out our Contribution Guidelines.
|
| 56 |
+
|
| 57 |
+
## π Join the Community!
|
| 58 |
+
|
| 59 |
+
Weβre always looking for passionate people to help improve Pytorch-SVGRender. Whether you're an AI researcher,
|
| 60 |
+
developer, designer, or SVG enthusiastβweβd love to have you on board!
|
| 61 |
+
|
| 62 |
+
## π Fun Fact
|
| 63 |
+
|
| 64 |
+
We take our SVGs as seriously as our coffee β. Some of us start the day with a perfectly vectorized latte art! π
|
| 65 |
+
|
| 66 |
+
## π License
|
| 67 |
+
|
| 68 |
+
This project is open-source under the Mozilla Public License 2.0.
|
| 69 |
+
|
| 70 |
+
### π Transform raster images into vector magic!**
|
| 71 |
+
|
| 72 |
+
Give us a β on [GitHub](https://github.com/ximinng/PyTorch-SVGRender) if you like our work! π
|