Dhiraj45 commited on
Commit
904f291
Β·
verified Β·
1 Parent(s): 2ce3b4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -3
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
+ ---