Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,19 @@ tags:
|
|
10 |
- Image
|
11 |
size_categories:
|
12 |
- 100K<n<1M
|
13 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
- Image
|
11 |
size_categories:
|
12 |
- 100K<n<1M
|
13 |
+
---
|
14 |
+
|
15 |
+
# Anime Manga Characters Dataset
|
16 |
+
|
17 |
+
This dataset is a metafile containing information about anime and manga characters sourced from various fandom wikis. Each entry represents a character along with its associated metadata. The dataset has been deduplicated based on the `url` field to avoid redundancy, although a single character may still have multiple associated URLs.
|
18 |
+
|
19 |
+
## Potential Applications
|
20 |
+
|
21 |
+
- **Multimodal Data Creation**: Use the URLs to download the respective wiki pages and images, and construct multimodal datasets (e.g., interleaved image-text datasets for machine learning tasks).
|
22 |
+
- **Document Retrieval**: Leverage the dataset to retrieve relevant documents or create search and retrieval models.
|
23 |
+
- **Image Captioning**: Pair images of characters with textual metadata for image captioning tasks.
|
24 |
+
- **Text-to-Image Generation**: Generate detailed images of characters based on descriptive metadata.
|
25 |
+
|
26 |
+
## Acknowledgments
|
27 |
+
|
28 |
+
This dataset owes its existence to the passionate contributions of anime and manga fans worldwide who curate and maintain the fandom wikis.
|