File size: 550 Bytes
4865c01
 
 
 
 
 
 
 
 
 
 
 
b6e76d8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: RealTime Translation
emoji: 🔥
colorFrom: blue
colorTo: pink
sdk: gradio
sdk_version: 4.1.2
app_file: app.py
pinned: false
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

# Realtime translator

Our aim to use real-time translator in meeting remove 
## Enviroment
Clone repo and  create python virtual environment
```bash 
- pip install virtualenv
- virtualenv my_name
- cd <envname>
- Scripts\activate 
- pip install -r requirements.txt
 ```

# Run application
```
python app.py
```