How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
This repository is where I'll commit various examples of using Spring AI.
The main features of habuma/spring-ai-examples are: Example Collections, User Interfaces.
Open-source alternatives to habuma/spring-ai-examples include: chainlit/chainlit — Chainlit is a Python framework designed for building and deploying interactive, stateful conversational AI interfaces.… dominikcebula/spring-ai-shopping-agent — This repository contains a full-stack AI-powered shopping assistant built with Spring AI and the Model Context… eddumelendez/spring-ai-dmr — Docker Desktop 4.40.0 or later Enable Docker Model Runner, docker desktop enable model-runner Pull model, docker model… gradio-app/gradio — Gradio is a Python library that enables the creation of interactive web applications by converting functions into… iunera/ypipe — The all-in-one, airgapped Local AI. Ypipe bundles a high-performance inference engine, specialized models, and… ak391/ai-gradio — A Python package that makes it easy for developers to create AI apps powered by various AI providers.
Chainlit is a Python framework designed for building and deploying interactive, stateful conversational AI interfaces. It provides a backend-driven platform that connects language models and agent frameworks to a web-based chat frontend, managing the complexities of session state, message history, and real-time communication. The framework distinguishes itself by offering a component-based UI builder that allows developers to inject interactive widgets, rich media, and data visualizations directly into the chat stream. It supports the visualization of complex agent workflows, enabling users t
This repository contains a full-stack AI-powered shopping assistant built with Spring AI and the Model Context Protocol (MCP). The project demonstrates how to build a conversational agent that can search a product catalog, compare products, and place orders on the user's behalf through natural…
Docker Desktop 4.40.0 or later Enable Docker Model Runner, docker desktop enable model-runner Pull model, docker model pull ai/gemma3 Java 21 or later
A Python package that makes it easy for developers to create AI apps powered by various AI providers.