Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ colorFrom: yellow
|
|
6 |
colorTo: purple
|
7 |
pinned: true
|
8 |
short_description: 'A Multilingual Audio and Video dubbing tool '
|
9 |
-
sdk_version: 5.
|
10 |
---
|
11 |
# Video Translator π
|
12 |
|
@@ -34,8 +34,8 @@ A complete video translation system that converts videos into multiple languages
|
|
34 |
|
35 |
1. Clone this repository:
|
36 |
```bash
|
37 |
-
git clone https://github.com/
|
38 |
-
cd
|
39 |
```
|
40 |
|
41 |
2. Install dependencies:
|
@@ -50,7 +50,7 @@ pip install -r requirements.txt
|
|
50 |
|
51 |
4. Set up your API key:
|
52 |
- Copy `.env.example` to `.env`
|
53 |
-
- Add your AssemblyAI API key to the `.env` file
|
54 |
|
55 |
## Usage
|
56 |
|
|
|
6 |
colorTo: purple
|
7 |
pinned: true
|
8 |
short_description: 'A Multilingual Audio and Video dubbing tool '
|
9 |
+
sdk_version: 5.25.0
|
10 |
---
|
11 |
# Video Translator π
|
12 |
|
|
|
34 |
|
35 |
1. Clone this repository:
|
36 |
```bash
|
37 |
+
git clone https://github.com/Maaz1/LinguaStream.git
|
38 |
+
cd LinguaStream
|
39 |
```
|
40 |
|
41 |
2. Install dependencies:
|
|
|
50 |
|
51 |
4. Set up your API key:
|
52 |
- Copy `.env.example` to `.env`
|
53 |
+
- Add your AssemblyAI API key to the `.env` file (to get audio text)
|
54 |
|
55 |
## Usage
|
56 |
|