Update README.md
Browse files
README.md
CHANGED
|
@@ -18,31 +18,6 @@ The dataset features character images from major franchises such as **Arknights*
|
|
| 18 |
|
| 19 |
This collection is particularly valuable for **anime-style image generation**, **character classification**, and **art style analysis** applications. The dataset's breadth across multiple franchises enables cross-franchise character studies and comparative analysis of character design trends. With consistent naming conventions and systematic organization, researchers and developers can efficiently utilize this dataset for various machine learning projects involving anime character imagery and artwork analysis.
|
| 20 |
|
| 21 |
-
## Usage
|
| 22 |
-
|
| 23 |
-
This dataset can be accessed using the Hugging Face datasets library:
|
| 24 |
-
|
| 25 |
-
```python
|
| 26 |
-
from datasets import load_dataset
|
| 27 |
-
|
| 28 |
-
# Load the dataset
|
| 29 |
-
dataset = load_dataset("deepghs/generic_character_skins")
|
| 30 |
-
|
| 31 |
-
# Access specific character images
|
| 32 |
-
for example in dataset["train"]:
|
| 33 |
-
image = example["image"]
|
| 34 |
-
character_name = example["character"]
|
| 35 |
-
franchise = example["franchise"]
|
| 36 |
-
# Process the image and metadata
|
| 37 |
-
```
|
| 38 |
-
|
| 39 |
-
Alternatively, you can clone the repository and access files directly:
|
| 40 |
-
|
| 41 |
-
```bash
|
| 42 |
-
git lfs install
|
| 43 |
-
git clone https://huggingface.co/datasets/deepghs/generic_character_skins
|
| 44 |
-
```
|
| 45 |
-
|
| 46 |
## Original Content
|
| 47 |
|
| 48 |
### Directory Structure
|
|
|
|
| 18 |
|
| 19 |
This collection is particularly valuable for **anime-style image generation**, **character classification**, and **art style analysis** applications. The dataset's breadth across multiple franchises enables cross-franchise character studies and comparative analysis of character design trends. With consistent naming conventions and systematic organization, researchers and developers can efficiently utilize this dataset for various machine learning projects involving anime character imagery and artwork analysis.
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
## Original Content
|
| 22 |
|
| 23 |
### Directory Structure
|