17 lines
643 B
Markdown
17 lines
643 B
Markdown
# LiveKit Meet Client
|
|
|
|
This is a clone of the LiveKit Meet open source video conferencing app built on [LiveKit Components](https://github.com/livekit/components-js), [LiveKit Cloud](https://livekit.io/cloud), and Next.js. Used as a simple web interface to the 01 with screenshare and camera functionality. Can be run using a fully local model, STT, and TTS.
|
|
|
|
## Usage
|
|
|
|
Run the following command in the software directory to open a Meet instance.
|
|
|
|
```
|
|
poetry run 01 --server livekit --meet
|
|
```
|
|
|
|
|
|
## Setup
|
|
|
|
Ensure that you're in the meet directory. Then run `pnpm install` to install all dependencies. You're now all set to get up and running!
|