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

https://github.com/icelain/livekit-multilanguage


https://github.com/icelain/livekit-multilanguage

Last synced: 8 months ago
JSON representation

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