This project fine-tunes the OuteTTS v1.0 model specifically for Arabic sales speech synthesis using Unsloth optimization.
OuteTTS is a text-to-speech model that can generate high-quality natural speech. This project adapts OuteTTS v1.0 specifically for Arabic sales conversations by fine-tuning on domain-specific data.
Key features:
arabic_tts_finetuning/
├── configs/ # Configuration files
├── data/ # Data utilities and preprocessing
├── models/ # Model training and inference
├── src/ # Core source code
│ ├── preprocessing/ # Audio and text preprocessing utilities
│ ├── training/ # Training scripts
│ └── inference/ # Inference scripts
└── requirements.txt # Dependencies
git clone https://github.com/yourusername/arabic-tts-finetuning.git
cd arabic-tts-finetuning
pip install -r requirements.txt
Place your audio data in a structure with:
wavs directoryaudio_file|text|speaker_nameRun data preprocessing:
python src/preprocessing/process_dataset.py --data_dir /path/to/data --output_dir /path/to/output
python src/training/train.py --config configs/train_config.yaml
python src/inference/generate.py --model_path /path/to/finetuned/model --text "يوجد شقة للبيع في القاهرة الجديدة بمساحة 120 متر مربع."
This project uses OuteTTS v1.0 (1B parameters) with the following enhancements:
This project is licensed under the Apache 2.0 License.
53 commits
Jupyter Notebook
87.6%
Python
10.5%
Shell
1.8%
This project fine-tunes the OuteTTS v1.0 model specifically for Arabic sales speech synthesis using Unsloth optimization.
OuteTTS is a text-to-speech model that can generate high-quality natural speech. This project adapts OuteTTS v1.0 specifically for Arabic sales conversations by fine-tuning on domain-specific data.
Key features:
arabic_tts_finetuning/
├── configs/ # Configuration files
├── data/ # Data utilities and preprocessing
├── models/ # Model training and inference
├── src/ # Core source code
│ ├── preprocessing/ # Audio and text preprocessing utilities
│ ├── training/ # Training scripts
│ └── inference/ # Inference scripts
└── requirements.txt # Dependencies
git clone https://github.com/yourusername/arabic-tts-finetuning.git
cd arabic-tts-finetuning
pip install -r requirements.txt
Place your audio data in a structure with:
wavs directoryaudio_file|text|speaker_nameRun data preprocessing:
python src/preprocessing/process_dataset.py --data_dir /path/to/data --output_dir /path/to/output
python src/training/train.py --config configs/train_config.yaml
python src/inference/generate.py --model_path /path/to/finetuned/model --text "يوجد شقة للبيع في القاهرة الجديدة بمساحة 120 متر مربع."
This project uses OuteTTS v1.0 (1B parameters) with the following enhancements:
This project is licensed under the Apache 2.0 License.
53 commits
Jupyter Notebook
87.6%
Python
10.5%
Shell
1.8%