--- 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/).