Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,28 @@
|
|
1 |
---
|
2 |
title: Dungen
|
3 |
emoji: π
|
4 |
-
colorFrom:
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
11 |
---
|
12 |
|
13 |
# Dungen
|
14 |
|
15 |
-
Name generation models, specifically trained to generate names based on games.
|
16 |
- Terraria
|
17 |
- The Elder Scrolls V: Skyrim
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Training your own models
|
20 |
|
|
|
1 |
---
|
2 |
title: Dungen
|
3 |
emoji: π
|
4 |
+
colorFrom: green
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.15.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
short_description: A collection of AI models for name generation based on games
|
12 |
---
|
13 |
|
14 |
# Dungen
|
15 |
|
16 |
+
Name generation models, specifically trained to generate names based on games. Now with over 20 models available that can generate names based on names of characters (NPCs), places, and items in the official games of:
|
17 |
- Terraria
|
18 |
- The Elder Scrolls V: Skyrim
|
19 |
+
- Witcher
|
20 |
+
- World of Warcraft
|
21 |
+
- Minecraft
|
22 |
+
- Elden Ring
|
23 |
+
- League of Legends
|
24 |
+
|
25 |
+
And many more.
|
26 |
|
27 |
## Training your own models
|
28 |
|