Update README.md
#2
by
Dhiraj45
- opened
README.md
CHANGED
|
@@ -17,3 +17,96 @@ configs:
|
|
| 17 |
- split: train
|
| 18 |
path: data/train-*
|
| 19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
- split: train
|
| 18 |
path: data/train-*
|
| 19 |
---
|
| 20 |
+
|
| 21 |
+
# πΈ 200+ High-Quality Anime Images Dataset
|
| 22 |
+
|
| 23 |
+
Welcome to the **Ultimate Anime Image Dataset** β a carefully curated collection of **200+ stunning anime images** for researchers, developers, and anime lovers.
|
| 24 |
+
Perfect for **Machine Learning**, **Computer Vision**, **Anime Art Generation**, or **Creative Projects**. β¨
|
| 25 |
+
|
| 26 |
+
> β οΈ **Attribution is Mandatory**
|
| 27 |
+
> When using this dataset (personal or commercial), **credit is required**:
|
| 28 |
+
> **Dataset by [Your Name](https://huggingface.co/YourUsername)**
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
## β¨ Highlights
|
| 33 |
+
- β
**200+ High-Resolution Anime Images**
|
| 34 |
+
- β
Perfect for **Training AI Models** (GANs, Diffusion, etc.)
|
| 35 |
+
- β
Useful for **Image Classification**, **Art Generation**, or **Creative Design**
|
| 36 |
+
- β
Free to use under **CC BY 4.0 License** (Credit Required)
|
| 37 |
+
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
+
## π Dataset Structure
|
| 41 |
+
The dataset is organized for easy use:
|
| 42 |
+
|
| 43 |
+
anime-images/
|
| 44 |
+
βββ Naruto/
|
| 45 |
+
βββ One-Piece/
|
| 46 |
+
βββ Demon-Slayer/
|
| 47 |
+
βββ Attack-on-Titan/
|
| 48 |
+
βββ My-Hero-Academia/
|
| 49 |
+
βββ ...more
|
| 50 |
+
|
| 51 |
+
---
|
| 52 |
+
|
| 53 |
+
> πΌοΈ For full-quality images, [download the dataset on Hugging Face](https://huggingface.co/datasets/Dhiraj45/AniMges).
|
| 54 |
+
|
| 55 |
+
---
|
| 56 |
+
|
| 57 |
+
## π Quick Usage
|
| 58 |
+
|
| 59 |
+
You can load the dataset directly using the **π€ Datasets Library**:
|
| 60 |
+
|
| 61 |
+
```python
|
| 62 |
+
from datasets import load_dataset
|
| 63 |
+
|
| 64 |
+
dataset = load_dataset("Dhiraj45/AniMages")
|
| 65 |
+
|
| 66 |
+
# Example: Access the first image
|
| 67 |
+
image = dataset['train'][0]['image']
|
| 68 |
+
image.show()
|
| 69 |
+
```
|
| 70 |
+
|
| 71 |
+
---
|
| 72 |
+
|
| 73 |
+
π Applications
|
| 74 |
+
|
| 75 |
+
π¨ Anime Artwork Generation (Stable Diffusion, GANs)
|
| 76 |
+
|
| 77 |
+
π€ AI Image Classification
|
| 78 |
+
|
| 79 |
+
ποΈ Style Transfer & Fan Art Projects
|
| 80 |
+
|
| 81 |
+
πΉοΈ Game Development & Creative Assets
|
| 82 |
+
|
| 83 |
+
|
| 84 |
+
|
| 85 |
+
---
|
| 86 |
+
|
| 87 |
+
## π License & Credit
|
| 88 |
+
|
| 89 |
+
This dataset is shared under CC BY 4.0 License.
|
| 90 |
+
βοΈ You must give appropriate credit if you use or modify it.
|
| 91 |
+
|
| 92 |
+
Example Attribution:
|
| 93 |
+
|
| 94 |
+
> "Anime Images Dataset by Your Name"
|
| 95 |
+
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
---
|
| 100 |
+
|
| 101 |
+
## π Support
|
| 102 |
+
|
| 103 |
+
If you love this dataset, please star β the Hugging Face repo and share it with fellow anime fans!
|
| 104 |
+
|
| 105 |
+
|
| 106 |
+
## π Connect
|
| 107 |
+
|
| 108 |
+
π Hugging Face: [Dhiraj45](https://huggingface.co/Dhiraj45)
|
| 109 |
+
π GitHub: [Dhiraj309](https://github.com/Dhiraj309)
|
| 110 |
+
---
|
| 111 |
+
|
| 112 |
+
(https[:]//huggingface[dot]co/YourUsername)
|