IFLRY live translation and text-to-speech system powered by Whisper, MarianMT, and OuteTTS.
- Clone the repository.
- Create and activate a conda environment:
conda activate iflry_tts - Install PyTorch:
conda install pytorch torchvision torchaudio cpuonly -c pytorch -y # GPU (CUDA 11.8) conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia -y - Install the package:
pip install .