An open API service indexing awesome lists of open source software.

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

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
```