Completed
⌨️ Running the App for the First Time
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Spring AI: Building Smart Applications with Spring Boot and OpenAI Integration
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Introduction
- 2 ⌨️ 1 What is Spring AI
- 3 ⌨️ 2 Application Demo
- 4 ⌨️ 3 Setting up Spring AI Project
- 5 ⌨️ 4 Understanding OpenAI, Generating Keys
- 6 ⌨️ 5 Building Service to Chat
- 7 ⌨️ 6 Building Controller to Chat
- 8 ⌨️ 7 Making use of Options
- 9 ⌨️ 8 Building Service to Generate Images
- 10 ⌨️ 9 Building Controller for Images
- 11 ⌨️ 10 Different Options for Image Generation
- 12 ⌨️ 11 Parameterizing Values
- 13 ⌨️ 12 Building Recipe Generator
- 14 ⌨️ 13 Setting up the React Application
- 15 ⌨️ 14 Getting Started to Up the Interface
- 16 ⌨️ 15 Understanding Conditional Rendering
- 17 ⌨️ 16 Implementing the CSS
- 18 ⌨️ 17 Setting Up the Components We Need
- 19 ⌨️ 18 Building the Generate Image Functionality
- 20 ⌨️ 19 Fixing the CORS Issue
- 21 ⌨️ 20 Setting up Chat Functionality
- 22 ⌨️ 21 Integrating Create Recipe API
- 23 ⌨️ Audio Transcriber Project
- 24 ⌨️ Setting up Spring AI Project
- 25 ⌨️ Running the App for the First Time
- 26 ⌨️ Understanding OpenAI, Generating Keys Again
- 27 ⌨️ Configuring API Keys in Project
- 28 ⌨️ Building the API
- 29 ⌨️ Getting API to Work
- 30 ⌨️ Setting up Frontend Project
- 31 ⌨️ Building the Frontend
- 32 ⌨️ Testing the Application
- 33 ⌨️ Adding CSS