I'm making a 100% automated fork of this, and I'm not sure how to handle images. #15
-
I've been working on a fork of brainrot.js called autorot.js that will automatically post the generated videos to your choice of brainrotted platform. It will probably run in a Docker container, just for ease of setup and running it. I have already minimized API keys by converting elevenlabs tts to a python package called piper-tts, that runs quickly on CPU, and getting rid of all OpenAI integrations in favor of Groq. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The simplest idea which would still make the video convincing would be to use different images of each agent as the top 1/2 image portion. And in this way it would be very easy to get an image. You could have images categorized my agent and emotion. So for each dialogue, you could have a model output an emotion of n types (e.g. HAPPY, SAD, ANGRY, ANNOYED, CONFUSED, etc.) and then name the image files as ${AGENT_NAME}-${EMOTION}.png |
Beta Was this translation helpful? Give feedback.
The simplest idea which would still make the video convincing would be to use different images of each agent as the top 1/2 image portion. And in this way it would be very easy to get an image. You could have images categorized my agent and emotion. So for each dialogue, you could have a model output an emotion of n types (e.g. HAPPY, SAD, ANGRY, ANNOYED, CONFUSED, etc.) and then name the image files as ${AGENT_NAME}-${EMOTION}.png