CoolFace
Apppublic

DmytYes/vorkis-pipecat-interview-ui-fork

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

JavaScript Implementation

Basic implementation using the Pipecat JavaScript SDK.

Setup

  1. 1.Run the bot server. See the server README.
  1. 1.Navigate to the client/javascript directory:
bash
cd client/javascript
  1. 1.Install dependencies:
bash
npm install
  1. 1.Run the client app:
npm run dev
  1. 1.Visit http://localhost:5173 in your browser.