Matcha-TTS logo

Matcha-TTS

Enrichment pending
shivammehta25/Matcha-TTS

[ICASSP 2024] 🍵 Matcha-TTS: A fast TTS architecture with conditional flow matching

GraphCanon updated today · GitHub synced today

1.3k
Stars
207
Forks
35
Open issues
14
Watchers
3w
Last push
Jupyter Notebook MITCreated Sep 5, 2023

Trust & integrity

Full report
Maintenance
Active (25d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
103 low (103 low)
As of today · Source: osv@v1

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

[ICASSP 2024] 🍵 Matcha-TTS: A fast TTS architecture with conditional flow matching

Capability facts

Languages
jupyter notebook, python

Source: github.language+pyproject.toml · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

conda create -n matcha-tts python=3.10 -y
Source link

Tags

README

Installation

  1. Create an environment (suggested but optional)
conda create -n matcha-tts python=3.10 -y
conda activate matcha-tts
  1. Install Matcha TTS using pip or from source
pip install matcha-tts

from source

pip install git+https://github.com/shivammehta25/Matcha-TTS.git
cd Matcha-TTS
pip install -e .
  1. Run CLI / gradio app / jupyter notebook