You would need to install pnpm first
- Run
cd client; pnpm install; pnpm dev
- Open third terminal and run
cd generate-lesson-text; pnpm install - Run
cp ./.env-example ./.env, you would need to replace the openai key there with the actual one - Run
pnpm dev
- Run
cd video-gen; npm install - Run
cp ./.env-example ./.env, you would need to replace the fal key there with the actual one - Run
npm run devto start the video gen service
- Run
docker build -t whisperlive-cpu -f docker/Dockerfile.cpu . - Run
docker run -it -p 9090:9090 whisperlive-cpu -d
Check the instructions here
