Online AI Apps

In computer graphics, many repetitive tasks can now be efficiently automated using AI models. Digital artists often work with a chaotic mix of pixels, applying predefined image operations to create structure and meaning. The filter kernels used in these processes can be learned by convolutional neural networks (CNNs), enabling the same tasks to be completed in seconds. This is especially useful for applications like style transfer, pattern and object recognition, segmentation, and image generation using combined GAN architectures. Since most research remains locked in academic papers, we offer our own projects as accessible, web-based tools. With ONNX.js and TensorFlow.js, lightweight neural networks run directly on the client GPU. Your data stays on your device - so explore freely and create without limits.

Screenshot vom PBR Texture Generator

PBR Texture Generator

With pix2pbr, you can generate physically based rendering (PBR) textures from RGB images using neural networks directly in your browser. These textures can be used in the metallic-roughness workflow for your real-time application.

Screenshot vom Texture Atlas Generator

Texture Atlas Generator

With pix2atlas, you can turn multiple square images into a single texture atlas, also called an image sprite or sheet, with a flexible number of rows and columns. This is useful for games, for example, in animated particle effects.