Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,76 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
# πΈ 5k+ High-Quality Anime Images Dataset(Comix Wave Anime)
|
| 5 |
+
|
| 6 |
+
Welcome to the **Ultimate Anime Image Dataset** β a carefully curated collection of **200+ stunning anime images** for researchers, developers, and anime lovers.
|
| 7 |
+
Perfect for **Machine Learning**, **Computer Vision**, **Anime Art Generation**, or **Creative Projects**. β¨
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
## β¨ Highlights
|
| 11 |
+
- β
**5k+ High-Resolution Anime Images**
|
| 12 |
+
- β
Perfect for **Training AI Models** (GANs, Diffusion, etc.)
|
| 13 |
+
- β
Useful for **Image Classification**, **Art Generation**, or **Creative Design**
|
| 14 |
+
- β
Free to use under **CC BY 4.0 License** (Credit Required)
|
| 15 |
+
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
> πΌοΈ For full-quality images, [download the dataset on Hugging Face](https://huggingface.co/datasets/Dhiraj45/AnimeStyle).
|
| 19 |
+
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
## π Quick Usage
|
| 23 |
+
|
| 24 |
+
You can load the dataset directly using the **π€ Datasets Library**:
|
| 25 |
+
|
| 26 |
+
```python
|
| 27 |
+
from datasets import load_dataset
|
| 28 |
+
|
| 29 |
+
dataset = load_dataset("Dhiraj45/AnimeStyle")
|
| 30 |
+
|
| 31 |
+
# Example: Access the first image
|
| 32 |
+
image = dataset['train'][0]['Image']
|
| 33 |
+
image.show()
|
| 34 |
+
```
|
| 35 |
+
|
| 36 |
+
---
|
| 37 |
+
|
| 38 |
+
π Applications
|
| 39 |
+
|
| 40 |
+
π¨ Anime Artwork Generation (Stable Diffusion, GANs)
|
| 41 |
+
|
| 42 |
+
π€ AI Image Classification
|
| 43 |
+
|
| 44 |
+
ποΈ Style Transfer & Fan Art Projects
|
| 45 |
+
|
| 46 |
+
πΉοΈ Game Development & Creative Assets
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
---
|
| 51 |
+
|
| 52 |
+
## π License & Credit
|
| 53 |
+
|
| 54 |
+
This dataset is shared under CC BY 4.0 License.
|
| 55 |
+
βοΈ You must give appropriate credit if you use or modify it.
|
| 56 |
+
|
| 57 |
+
Example Attribution:
|
| 58 |
+
|
| 59 |
+
> "Made Available On HuggingFace By [Dhiraj](https://huggingface.co/Dhiraj45)"
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
|
| 63 |
+
---
|
| 64 |
+
|
| 65 |
+
## π Support
|
| 66 |
+
|
| 67 |
+
If you love this dataset, please star β the Hugging Face repo and share it with fellow anime fans!
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
## π Connect
|
| 71 |
+
|
| 72 |
+
π Hugging Face: [Dhiraj45](https://huggingface.co/Dhiraj45)
|
| 73 |
+
π GitHub: [Dhiraj309](https://github.com/Dhiraj309)
|
| 74 |
+
π Linkedin: [Dhiraj Patil](https://www.linkedin.com/in/dhiraj--patil)
|
| 75 |
+
|
| 76 |
+
---
|