Genshin Impact & Honkai Star Rail Game Character Voice Dataset
This repository is the integration code for the aihobbyist/Genshin_Dataset provided by AI Hobbyist, with the final right of interpretation belonging to MiHoYo. The integration code aims to provide a more convenient usage solution for the community: for Python
developers, only a few lines of code are needed to automatically search, download, split by language, and normalize on demand, instead of manually searching for and downloading the cumbersome complete package to accommodate users with different backgrounds and thresholds. The integration code is provided by Genius-Society. If you need to use the compressed package version of the data source and write your own data processing scripts, you can go to aihobbyist/Genshin_Dataset to support the original author.
Environment
pip install datasets py7zr librosa
Supported characters
Genshin characters
Star Rail characters
Splits
Language | Genshin | Star Rail |
---|---|---|
Chinese | genshin_zh |
starail_zh |
Japanese | genshin_jp |
starail_jp |
English | genshin_en |
starail_en |
Korean | genshin_kr |
starail_kr |
Usage
from datasets import load_dataset
ds = load_dataset(
"Genius-Society/hoyoTTS",
name="黑塔", # The Chinese name of the character
split="starail_en", # The language options should match the character's game
cache_dir="./__pycache__", # The cache location of the dataset
)
for item in ds:
print(item)
Maintenance
git clone [email protected]:datasets/Genius-Society/hoyoTTS
cd hoyoTTS
References
[1] https://pan.ai-hobbyist.com
[2] https://ys.mihoyo.com/main
[3] https://sr.mihoyo.com
- Downloads last month
- 65