holoviz-topics / panel-chat-examples

Examples of Chat Bots using Panels chat features: Traditional, LLMs, AI Agents, LangChain, OpenAI etc
https://holoviz-topics.github.io/panel-chat-examples/
MIT License
105 stars 31 forks source link

Fully Automate Video Creation #58

Closed MarcSkovMadsen closed 10 months ago

MarcSkovMadsen commented 10 months ago

Right now the videos created automatically by Playwright are not fully ready for usage because

It would probably also be nice (for social media) if the videos started with a panel-chat-examples logo, text or similar. Maybe we could even add some nice audio.

Would be very useful to fully automate this. Would probably have to use ffmpeg and python. I It might also be helpful to get Playwright to output to one folder instead of subfolders for each file. See https://playwright.dev/python/docs/videos.

ahuang11 commented 10 months ago

Done here. https://github.com/holoviz-topics/panel-chat-examples/pull/64