Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ex3ndr authored May 24, 2024
1 parent 1277f6c commit 09a3c80
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Supervoice Enhance [BETA]
# SuperVoice Enhance [BETA]

Enhancing diffusion neural network for a single speaker speech based on Speech Flow architecture. [Evaluation notebook](/eval.ipynb).

Expand All @@ -11,6 +11,14 @@ Enhancing diffusion neural network for a single speaker speech based on Speech F
* 🎤 24khz mono audio
* 🤹‍♂️ Can work with unknown languages

# Sample

https://github.com/ex3ndr/supervoice-enhance/assets/400659/b99ea87b-86fc-4436-9c74-3664101a2f78

Source

https://github.com/ex3ndr/supervoice-enhance/assets/400659/d12550ac-ff4e-4127-9a3e-d3c3a8124355

# Usage

Supervoice Enhance consists of multiple networks, but they are all loaded using a single command and published using Torch Hub, so you can use it as follows:
Expand Down Expand Up @@ -43,4 +51,4 @@ enhanced = model.enhance(audio, steps = 8) # 8 is optimal, 32 is higer quality b

# License

MIT
MIT

0 comments on commit 09a3c80

Please sign in to comment.