Views
No views yet
.wav audio files (speech)..wav format.data/: Contains the audio files and the transcriptions.csv file used to train the model.model/: Contains the trained model files, including model_weights.h5 and model_config.json.notebooks/: Contains Jupyter notebooks for experimenting with the model and performing inference.requirements.txt: A list of required libraries and dependencies for running the model.train.py: Script to train the model on your dataset.1git clone https://github.com/your_username/CloneTTS.git
2cd CloneTTS