niloxc commited on
Commit
e6815b9
·
verified ·
1 Parent(s): dcb2620

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-to-image
4
+ language:
5
+ - en
6
+ pretty_name: Elden Ring Creatures Dataset
7
+ ---
8
+ ## Elden Ring Creatures Dataset
9
+
10
+ This dataset contains 70 images and respective text tags from enemies, creatures, monsters and bosses from the game Elden Ring.
11
+
12
+ All images have the same size 512x512. All text tags contain the words 'Elden Ring' and a general description of the image made by me manually.
13
+
14
+ ## Dataset Structure
15
+ Each row of the Dataset contains the following columns:
16
+ - 'image': image.
17
+ - 'captions': string containing the description of the image.
18
+ - 'number': the image number for identifying purposes.
19
+
20
+ ## How to use
21
+ ```py
22
+ from datasets import load_dataset
23
+ dataset = load_dataset("niloxc/eldenring-creatures")
24
+
25
+ #Returns a list of PIL images
26
+ dataset['train']['image']
27
+
28
+ #Returns a list of the image text tags
29
+ dataset['train']['captions']
30
+
31
+ #Returns a list of the image number
32
+ dataset['train']['number']
33
+ ```
34
+
35
+ ### Example
36
+
37
+ ![55.png](images/55.png)
38
+ > Elden Ring, human, golden robes, long red hair, golden helmet, steel arm, cape, holding sword, full body, standing up