Skip to content

eiurur/sayo-voice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

作業用紗夜さんボイス

バンドリの会話シーンからキャラごとの発言シーンを抽出・結合して動画ファイルと音声ファイルとして出力します。

生成例 (Dropbox)

必要なもの

セットアップ

conda env create -f=env_name.yml
activate py38

使い方

既存のモデルを使用する場合

python src/initialize.py
python src/create_record.py
python src/create_movie.py
python src/create_product.py

学習モデルを再構築する場合

python src/initialize.py
python src/create_dataset.py
python src/create_model.py
python src/create_record.py
python src/create_movie.py
python src/create_product.py

Releases

No releases published

Packages

No packages published

Languages