https://github.com/fcor/decart-vst
https://github.com/fcor/decart-vst
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fcor/decart-vst
- Owner: fcor
- Created: 2026-06-11T06:46:54.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2026-06-14T14:44:09.000Z (11 days ago)
- Last Synced: 2026-06-14T15:11:12.189Z (11 days ago)
- Language: JavaScript
- Size: 11.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
README
# decart-style-st
A 30-second storytelling prototype that uses Decart's realtime style-transfer model to repaint a webcam feed as a story unfolds. Audio narration (ElevenLabs) is the next step.
## Stack
- React + Vite
- `@decartai/sdk` — `lucy-restyle-2` (realtime style transfer)
- Netlify Functions — server-side `get-token` to mint short-lived client tokens
## Local dev
```bash
npm install
npm run dev # Vite dev server (no token endpoint)
# or
netlify dev # serves /.netlify/functions/get-token too
```
Required env vars (in `.env` or Netlify UI):
- `DECART_API_KEY` — your Decart server key
- `ALLOWED_ORIGIN` — origin allowed by the minted client token (default `http://localhost:8888`)
## Story
Edit `src/data/story.js` to change beats, prompts, narration, and total duration.