https://github.com/learncodingeasy/voice_clone
My Voice Clone
https://github.com/learncodingeasy/voice_clone
clone python python3 virtualenv voice voice-cloning
Last synced: 6 months ago
JSON representation
My Voice Clone
- Host: GitHub
- URL: https://github.com/learncodingeasy/voice_clone
- Owner: LearnCodingEasy
- Created: 2025-04-07T13:55:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T14:39:29.000Z (6 months ago)
- Last Synced: 2025-04-07T15:24:24.002Z (6 months ago)
- Topics: clone, python, python3, virtualenv, voice, voice-cloning
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voice_Clone
My Voice Clone
### Create a virtual environment
```
python -m venv venv
```### Activate a virtual environment
```
venv\Scripts\activate
```---
### Download Coqui TTS
```
git clone https://github.com/coqui-ai/TTS.git
``````
cd TTS
``````
pip install -r requirements.txt
``````
pip install -e .
``````
pip install soundfile
```