Saturday, February 11, 2023

Show HN: Channel 784, infinite AI generated fake news https://ift.tt/0iMvaBD

Show HN: Channel 784, infinite AI generated fake news I was inspired by Nothing Forever to make something while it's off air - Channel 784. It's a parody of evening news. How it works: I have a Node server that generates headlines, then expands each one and creates an intro and outro based on them, and then passes the headlines to DALL-E to generate pictures for each story and the stories to Google Cloud to generate speech. Then I save that as a JSON and load it into Unreal Engine. I'm not sure it's as funny as Nothing Forever, it's a bit more structured. If anyone's got any suggestions I'd love to hear them. https://ift.tt/YrvXmuG February 12, 2023 at 10:35AM

No comments:

Post a Comment

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) https://ift.tt/5Af6h7W

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) Built a native Scratch 3.0 runtime in Lua that runs .sb3 pr...