Welcome to the Voice Cloner repository! This project provides easy-to-use solutions for text-to-speech (TTS), speech-to-text (STT), speaker diarization, and finetuning a XTTS model.
This repository contains code and utilities for handling various speech processing tasks such as text-to-speech (TTS), speech-to-text (STT), and speaker diarization for GPU / CPU users. It can be use with a intuitive UI (check App_Inference & App_Finetuning) and without UI using the notebook recipe.ipynb.
git clone https://github.com/greg2705/voice-cloner.git
cd voice-cloner
poetry lock
poetry install
Use the notebook recipe.ipynb (make sure to have jupyter installed, create a ipykernel and choose the right kernel). You can also find the code in utils folder.
python App_Inference
python App_Finetuning
The code is not perfect and may contains bugs, don't hesitate to open a PR or a Issues.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
Without these project Voice Cloner would have been impossible
17 commits
Jupyter Notebook
52.8%
Python
47.2%
Welcome to the Voice Cloner repository! This project provides easy-to-use solutions for text-to-speech (TTS), speech-to-text (STT), speaker diarization, and finetuning a XTTS model.
This repository contains code and utilities for handling various speech processing tasks such as text-to-speech (TTS), speech-to-text (STT), and speaker diarization for GPU / CPU users. It can be use with a intuitive UI (check App_Inference & App_Finetuning) and without UI using the notebook recipe.ipynb.
git clone https://github.com/greg2705/voice-cloner.git
cd voice-cloner
poetry lock
poetry install
Use the notebook recipe.ipynb (make sure to have jupyter installed, create a ipykernel and choose the right kernel). You can also find the code in utils folder.
python App_Inference
python App_Finetuning
The code is not perfect and may contains bugs, don't hesitate to open a PR or a Issues.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
Without these project Voice Cloner would have been impossible
17 commits
Jupyter Notebook
52.8%
Python
47.2%