File size: 2,608 Bytes
be12e47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
license: mit
task_categories:
- image-classification
- image-to-image
- image-to-text
language:
- ja
- en
tags:
- manga
- comics
- adult
pretty_name: Nhentai Dataset
size_categories:
- 10K<n<100K
---

# Nhentai Dataset

A collection of Japanese manga in CBZ format from Nhentai, containing adult
content manga with associated metadata.

## Content Warning

This dataset contains adult content (NSFW) and is intended for research purposes
only. Users must be of legal age and comply with all applicable laws and
regulations.

## Key Applications

- Image Analysis: Suitable for manga page segmentation, panel detection, and art
  style analysis
- Text Recognition: Useful for Japanese text detection and translation in manga
  contexts
- Content Classification: Applicable for genre classification and content
  tagging systems

## Dataset Structure

The dataset is organized as a collection of CBZ files, each representing a
complete manga volume with associated metadata.

### Data Instances

Each instance represents a manga volume containing:

- Sequential manga pages as images
- Associated metadata (title, tags, etc.)
- Text content (if available)

### Data Fields

- `comic`: List of images from the CBZ file
- `title`: Full title of the work
- `media_id`: Unique identifier
- `num_favorites`: Number of user favorites
- `tag`: List of content tags and themes
- `language`: List of available languages
- `artist`: List of credited artists
- `category`: Content category (e.g., "manga")
- `num_pages`: Total number of pages
- `scanlator`: Translation group (if any)
- `group`: List of publishing groups
- `parody`: List of source materials
- `character`: List of featured characters
- `epos`: Epoch timestamp of upload
- `file_name`: Original archive filename

## Dataset Creation

### Source Data

The data is sourced from publicly available manga on Nhentai, processed and
stored in CBZ format for efficient access and preservation of image quality.

### Preprocessing

- Images are preserved in their original resolution
- Metadata is extracted and standardized
- Files are organized in CBZ format for efficient storage and access

## Considerations

### Social Impact and Biases

This dataset contains adult content and may reflect various biases. Users should
be aware of and account for these aspects in their applications.

### Legal & Ethical Considerations

- Users must comply with age restrictions and local regulations
- The dataset should be used responsibly and in accordance with applicable laws
- Proper content filtering and access controls should be implemented in
  applications