DmytYes/vorkis-pipecat-interview-ui-fork
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
JavaScript Implementation
Basic implementation using the Pipecat JavaScript SDK.
Setup
- Run the bot server. See the server README.
- Navigate to the
client/javascriptdirectory:
cd client/javascript- Install dependencies:
npm install- Run the client app:
npm run dev- Visit http://localhost:5173 in your browser.
