| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
In this section we'll demo three practical applications that showcase generative AI development patterns with Java:
This chapter showcases sample projects that demonstrate generative AI development patterns with Java. Each project is fully functional and demonstrates specific AI technologies, architectural patterns, and best practices that you can adapt for your own applications.
The Foundry Local Spring Boot Demo demonstrates how to integrate with local AI models using the OpenAI Java SDK. It showcases connecting to models running on Foundry Local (e.g., Phi-4-mini), with automatic model detection, allowing you to run AI applications without relying on cloud services.
The Pet Story Generator is an engaging Spring Boot web application that demonstrates multi-modal AI processing to generate creative pet stories. It combines client-side and server-side AI capabilities using transformer.js for browser-based AI interactions and the OpenAI SDK for server-side processing.
The MCP Calculator Service is a simple demonstration of the Model Context Protocol (MCP) using Spring AI. It provides a beginner-friendly introduction to MCP concepts, showing how to create a basic MCP Server that interacts with MCP clients.
These projects are designed to build upon concepts from previous chapters:
Nice work! You've now explored some real applications:
| Back | FazBrowse Home | New Git URL |