Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pe4enkazAMI committed Jan 30, 2024
1 parent ec0a6dc commit c9427bc
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
# tts_project_1
# FastSpeech2

## Installation guide

Installation guide is pretty simple.

Minimal requirements sufficient to run the code are just pytorch and the following libraries, make sure to run the following code
```shell
pip install wandb
pip install textgrid
pip install librosa
pip install pyworld
pip install inflect
```

Weights can be downloaded here https://www.kaggle.com/datasets/yanmaximov/myanchik

To run the inference please run the following code

```shell
python test.py -r WEIGHTS -c CONFIG
```

## Details

This is just a fine implementation of FastSpeech2 model, without unnecessary details and things.

During project author tried to study optimization, however it did not workout. Though, the generations are pretty good.

0 comments on commit c9427bc

Please sign in to comment.