https://github.com/icelain/livekit-multilanguage
https://github.com/icelain/livekit-multilanguage
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/icelain/livekit-multilanguage
- Owner: Icelain
- Created: 2025-07-26T10:51:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-17T05:56:12.000Z (10 months ago)
- Last Synced: 2025-08-17T07:13:17.246Z (10 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
For livekit dependencies, run:
```bash
uv pip install \
"livekit-agents[openai,sarvam,elevenlabs,silero,turn-detector]~=1.0" \
"livekit-plugins-noise-cancellation~=0.2" \
"python-dotenv"
```
```bash
python main.py download-files
```
For running the local console:
```bash
python main.py console
```
For running in dev mode:
```bash
python main.py dev
```
For running in prod mode:
```bash
python main.py start
```