Unity, Ollama, MongoDB, FakeYou

AI Live stream generated by Ollama (dolphin-llama3) and FakeYou

2024-2025

Warning: This project is temporarily paused in favor of other projects, the Discord is INACTIVE and UNMODERATED.

YouTube

Powered by Unity 6, AI Sponge Whalified was a small passion project. The project featured three characters talking through community suggested topics, in a highly chaotic fashion.

The topic generation is offloaded to a small NodeJS app. Utilizing the dolphin-llama3 model running on an Ollama server, complex scripts could be generated from the simplest topics. After a topic's script is generated, it is ran through FakeYou text-to-speech to create the voicelines. Finally, a large object containing topic information and the full dialogue tree with links to voicelines is stored in MongoDB. Finally, the script is placed into the queue, to be played live in the Unity client.

The Unity 6 client was built for reliability, featuring multiple safeguards to ensure the stream never stops.

The source code will be available on my GitHub when it is ready.