You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ben Xu
bd6f530be7
|
1 month ago | |
---|---|---|
.. | ||
.github | 1 month ago | |
app | 1 month ago | |
public | 1 month ago | |
styles | 1 month ago | |
.env.example | 1 month ago | |
.eslintrc.json | 1 month ago | |
.gitignore | 1 month ago | |
.prettierignore | 1 month ago | |
.prettierrc | 1 month ago | |
LICENSE | 1 month ago | |
README.md | 1 month ago | |
next-env.d.ts | 1 month ago | |
next.config.js | 1 month ago | |
package.json | 1 month ago | |
pnpm-lock.yaml | 1 month ago | |
renovate.json | 1 month ago | |
tsconfig.json | 1 month ago |
README.md
LiveKit Meet Client
This is a clone of the LiveKit Meet open source video conferencing app built on LiveKit Components, LiveKit 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!