Commit
·
f867dac
1
Parent(s):
94f767c
Inital commit
Browse files- README.md +53 -1
- data/.DS_Store +0 -0
- data/main.parquet +3 -0
README.md
CHANGED
|
@@ -1,3 +1,55 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- SVG
|
| 9 |
+
- vector
|
| 10 |
+
pretty_name: SVGen Dataset
|
| 11 |
+
size_categories:
|
| 12 |
+
- 100K<n<1M
|
| 13 |
---
|
| 14 |
+
|
| 15 |
+
# SVGen Vector Images Dataset
|
| 16 |
+
|
| 17 |
+
## Overview
|
| 18 |
+
|
| 19 |
+
SVGen is a comprehensive dataset containing 300,000 SVG vector codes from a diverse set of sources including SVG-Repo, Noto Emoji, and InstructSVG. The dataset aims to provide a wide range of SVG files suitable for various applications including web development, design, and machine learning research.
|
| 20 |
+
|
| 21 |
+
## Data Fields
|
| 22 |
+
|
| 23 |
+
- **input**: The name or label of the SVG item
|
| 24 |
+
- **output**: SVG code containing the vector representation
|
| 25 |
+
- **description**: Brief description of the SVG item
|
| 26 |
+
- **source**: The original source or collection of the SVG
|
| 27 |
+
- **license**: Licensing terms for using the SVG
|
| 28 |
+
|
| 29 |
+
## Data Sources
|
| 30 |
+
|
| 31 |
+
- [SVG-Repo](https://www.svgrepo.com/)
|
| 32 |
+
- [Noto Emoji](https://huggingface.co/datasets/darknoon/noto-emoji-vector-512-svg)
|
| 33 |
+
- [InstructSVG](https://huggingface.co/datasets/uwunion/instruct_svg)
|
| 34 |
+
|
| 35 |
+
## Usage
|
| 36 |
+
|
| 37 |
+
The dataset is particularly useful for tasks such as icon classification, style transfer, image-to-vector translation, and much more. It serves as a rich resource for machine learning models that require high-quality SVG data.
|
| 38 |
+
|
| 39 |
+
## Help Wanted
|
| 40 |
+
|
| 41 |
+
I wanted to use BILP to generate `description`'s for each SVG, but It's not working well. If you have any ideas, please let me know. Here is the [Github](https://github.com/umuthopeyildirim/SVGenDataset) and it also contains Colab notebook links.
|
| 42 |
+
|
| 43 |
+
## License
|
| 44 |
+
|
| 45 |
+
The dataset incorporates SVG files with varying licenses. Users are advised to consult the `license` field of each record for specific usage rights.
|
| 46 |
+
|
| 47 |
+
## Contribution Guidelines
|
| 48 |
+
|
| 49 |
+
Contributions are welcome! If you find any issues or would like to add more SVGs to the dataset, please submit a pull request or open an issue in the repository.
|
| 50 |
+
|
| 51 |
+
## Acknowledgements
|
| 52 |
+
|
| 53 |
+
A huge thanks to SVGRepo, Noto Emoji, and InstructSVG for providing the SVG files that make up this dataset.
|
| 54 |
+
|
| 55 |
+
For more details and to download the dataset, visit the project repository.
|
data/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
data/main.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6b163798271a9a63e62ef3f8280020a49ecb341d9fb9693ef9f024df21c83e6
|
| 3 |
+
size 211153699
|