Home >Backend Development >Python Tutorial >Web canvas with generative neural networks with elements of visual programming.

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

Linda Hamilton
Linda HamiltonOriginal
2024-11-26 01:42:13647browse

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:

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

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

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

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

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

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

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

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.

The above is the detailed content of Web canvas with generative neural networks with elements of visual programming.. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn