Talk | 
International JavaScript Conference 2023
 | 26.10.2023

Smarter Web Apps: Offline AI Capabilities in Your SPA

Artificial intelligence (AI) has become a significant computing and software development trend. In this session, participants will learn how to integrate offline AI capabilities into their Single-Page Apps (SPA) using large language and stable diffusion models.

This is made possible by WebGPU, a bleeding-edge web technology that not only unlocks high-performance graphics rendering for the web but also allows executing machine learning models directly within the browser, even when the user is offline. This results in improved performance and reduced resource consumption and costs. However, as with any emerging technology, there are potential challenges, such as higher bandwidth consumption, limited browser support, and reduced accuracy.

Join Christian Liebel, a consultant at Thinktecture, in this session to understand which types of apps are best suited for this approach and where potential limitations may arise. By thoroughly understanding the benefits and drawbacks of integrating AI into SPAs, you will be able to decide if local AI models fit your needs.

Christian Liebel is consultant at Thinktecture, focuses on web standards and Progressive Web Applications, and is Thinktecture’s representative at the W3C.

Event

International JavaScript Conference 2023
23.10.23  
- 27.10.23 
@ München
 (DE)
IJS_London20_Website_Logo_Header_53632_v1

Links & additional Content

More articles about Generative AI, PWA, SPA

More articles about Generative AI, PWA, SPA

Blazor
sg
There are a lot of things going on in the background, when a Blazor WebAssembly application is being started. In some cases you might want to take a bit more control over that process. One example might be the wish to display a loading screen for applications that take some time for initial preparation, or when users are on a slow internet connection. However, in order to control something, we need to understand what is happening first. This article takes you down the rabbit hole of how a Blazor WASM application starts up.
07.03.2023
.NET
cl-neu
Blazor WebAssembly is a powerful framework for building web applications that run on the client-side. With Project Fugu APIs, you can extend the capabilities of these apps to access new device features and provide an enhanced user experience. In this article, learn about the benefits of using Project Fugu APIs, the wrapper packages that are available for Blazor WebAssembly, and how to use them in your application.

Whether you're a seasoned Blazor developer or just getting started, this article will help you add superpowers to your Blazor WebAssembly app.
28.02.2023
Blazor
cl-neu
ASP.NET Core Blazor is Microsoft's framework for implementing web-based applications, aimed at developers with knowledge of .NET and C#. It exists alongside other frameworks such as ASP.NET Core MVC. About two and a half years after the release of Blazor WebAssembly and based on our experiences from many customer projects at Thinktecture, we want to have a close look at the following questions: What is the current state of the framework? How can you successfully use Blazor? And where does it have limitations?
24.11.2022
Blazor
favicon
If you are working with Blazor, gRPC is a big issue for transferring data from APIs to clients. One issue of developing with gRPC-Web is debugging the transmitted data because the data is in an efficient binary message format. In this article, I will show you how to solve this problem with the help of my NuGet.
17.11.2022
Blazor
sg
The dependency injection system is a big part of how modern ASP.NET Core works internally: It provides a flexible solution for developers to structure their projects, decouple their dependencies, and control the lifetimes of the components within an application. In Blazor - a new part of ASP.NET Core - however, the DI system feels a bit odd, and things seem to work a bit differently than expected. This article will explain why this is not only a feeling but indeed the case in the first place and how to handle the differences in order to not run into problems later on.
31.05.2022
Project Fugu
cl-neu
In part five of the series about the making of the web-based Microsoft Paint clone paint.js.org, I want to show how to implement support for dark mode in your web applications.
20.05.2021

Our webinars

Our articles

More about us