Skip to content

kryef/edge-tts-webui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

Forked from ycyy/edge-tts-webui, translated to English, and added support for all available languages from edge-tts.


edge-tts-webui is the web interface version of edge-tts developed with gradio.

User Interface

Installation

To avoid conflicts with other Python packages, it's recommended to create a virtual environment:

  1. Clone the repository:

    git clone https://github.com/kryef/edge-tts-webui.git
    cd edge-tts-webui
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows:

      venv\Scripts\activate
    • On macOS and Linux:

      source venv/bin/activate
  4. Install the required packages:

    pip install -r requirements.txt

Running

To start the application, run:

python src/app.py

Usage

Launch your favorite web browser and go to:

http://127.0.0.1:7860/

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.5%
  • CSS 3.5%