# Installation Guide for Voice Clone
- This document provides a step-by-step guide to installing and running the Voice Clone. Follow the instructions carefully to set up the project correctly.
## Prerequisites
- Before you begin, ensure you have the following installed on your system:
- Python 3.7 or higher
- Git
## Steps to Install and Run Voice Clone
### 1. Clone the Bitbucket Repository
- Clone the repository from Bitbucket to your local machine using the following command:
```bash
git clone https://bitbucket.org/codegama/voice_clone.git
```
### 2. Create and Activate Python Environment
- Navigate to the project directory and create a Python virtual environment:
```bash
cd <project_directory>
python -m venv venv_voiceclone
```
- Activate the virtual environment:
- On macOS and Linux:
```bash
source venv_voiceclone/bin/activate
```
### 3. Install Dependencies
- Install the required Python packages specified in the requirements.txt file:
```bash
pip3 install -r requirements.txt
```
### 4. Download the Model Weights and Additional Data Files
- Download the Model Weights and Additional Files from the following dropbox address: https://www.dropbox.com/scl/fo/v1g47kjf3i347m8odmvv3/ACd4Y9P0f9li3B4y9eEqga8?rlkey=7iu1wktmf9988vbrzbk19g113&st=56bthi9h&dl=0
- Upload downloaded files on following address:
- /data
- /src/rvc_implementation/logs
- /src/rvc_implementation/assets
### 5. Run the Application
Finally, run the application using the following command:
```bash
python3 app.py
```
- Note: The ports specified for this API is 8012.