Skip to content

Commit

Permalink
feat: support google collab (metavoiceio#64)
Browse files Browse the repository at this point in the history
Co-authored-by: sid <sid@themetavoice.xyz>
  • Loading branch information
sidroopdaska and sid authored Feb 19, 2024
1 parent d1cd125 commit 56e8b54
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# MetaVoice-1B

Try out the [demo](https://ttsdemo.themetavoice.xyz/)!

<p>
<a href="https://ttsdemo.themetavoice.xyz/"><b>Demo</b></a> | <a target="_blank" style="display: inline-block; vertical-align: middle" href="https://colab.research.google.com/drive/1UmjE1mzfG4td0rCjJEaAWGQXpn_GuwwY?authuser=0#scrollTo=mPgTfUdBJF1B">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>
</p>

MetaVoice-1B is a 1.2B parameter base model trained on 100K hours of speech for TTS (text-to-speech). It has been built with the following priorities:
* **Emotional speech rhythm and tone** in English.
Expand Down Expand Up @@ -42,7 +47,7 @@ pip install -e .
## Usage
1. Download it and use it anywhere (including locally) with our [reference implementation](/fam/llm/sample.py)
```bash
python fam/llm/sample.py --spk_cond_path="assets/bria.mp3"
python fam/llm/sample.py --spk_cond_path="assets/bria.mp3" --text="This is a demo of text to speech by MetaVoice-1B, an open-source foundational audio model."
```

2. Deploy it on any cloud (AWS/GCP/Azure), using our [inference server](/fam/llm/serving.py) and [UI](/fam/ui/app.py).
Expand Down

0 comments on commit 56e8b54

Please sign in to comment.