DEV Community

German Whiskey
German Whiskey

Posted on

Web canvas with generative neural networks with elements of visual programming.

Hi everyone. I'm new here, so please be lenient in case of anything.

At the moment I am developing a project related to neural networks within the educational program of my university. The working title is AiBoard. We have a pre-defense of the projects the other day and I would just like to get as much feedback as possible on the work I've done.

Brief description:
AiBoard is an interactive platform for visual content creation and creative process automation. It allows users to connect different types of blocks (elementary blocks containing static text, images and other content, as well as “generative” blocks that create content) into logical chains to generate complex results using generative AI. The basic idea is to combine the user experience of creative thinking and the power of modern AI algorithms in a single intuitive environment.

It's actually easier to just show with a few examples:

Generating chain without explanation

Image description

Results of intermediate generations

“Fix” and retrieve the last generation result

Working principle of “Insert at the end”

Generation without additional connections

Music generation

For generation purposes, the following are used:

  • TAMS (TensorArt Model Service)
  • Together.ai
  • Suno AI (Through unofficial API)

Chain processing logic:

  • The algorithm traverses blocks recursively, starting with the final block (image generation).
  • To accomplish its task, the final block requests data from previous blocks, and so on, until complete information is collected.

There is still a lot of work to be done, there are tons of ideas to expand the generative possibilities of the project. Nevertheless, I would sincerely like to know your opinion about what you have just seen. Thank you for reading.

Top comments (0)