Spaces:
Runtime error
Runtime error
File size: 1,004 Bytes
2d95c7e a775df8 eac02c4 a775df8 eac02c4 a775df8 a7719a2 a775df8 7c1d2c3 a775df8 a7719a2 a775df8 a7719a2 a775df8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
title: Clone TTS
emoji: 🤖
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: "3.0"
app_file: app.py
pinned: false
---
# Clone TTS Model
This project is a simple **Text-to-Speech (TTS)** model built using TensorFlow, trained on the **Clone dataset**.
### Files
- `train.py`: Script to train the model.
- `infer.py`: Script to generate speech from text.
- `app.py`: Gradio interface for live testing.
- `data/`: Dataset folder containing audio files and transcriptions.
- `model/`: Folder to save the trained model.
### How to Train
1. Prepare your dataset in the `data/` folder.
2. Run `train.py` to train the model.
3. The trained model will be saved in the `model/` folder.
### How to Use Inference
1. Run `infer.py` to generate speech from text.
2. Optionally, use `app.py` for a Gradio interface.
### Requirements
- `requirements.txt`: Contains all the Python dependencies needed.
### License
This project is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/). |