I'm not sure that I understand. I add the dependency to the pom.xml file at about 4:45. The version in this video was 0.8.0-SNAPSHOT, so you need the snapshot repository added a bit earlier in the video. But now that 0.8.0 is released, you can use that if you add the milestone dependency. If that's not what you're asking about, let me know and I'll try to help you out.
Indeed you can. It's in the spring-ai-image-gen folder at github.com/habuma/spring-ai-examples. Or, if you are using Spring CLI, you can pull just that project by adding the catalog and using `spring boot new`: ``` % spring project-catalog add spring-ai-examples github.com/habuma/spring-ai-examples % spring boot new my-project spring-ai-imagegen com.example.ai ```
Very informative... keep doing like this
hello , can i generate image using any offline model? because i don't use OpenAi.
thanks man, appreciate it!
Nice Demo.
How to resolve the ai dependency problem which dependency need to add on pom.xml file ??
I'm not sure that I understand. I add the dependency to the pom.xml file at about 4:45. The version in this video was 0.8.0-SNAPSHOT, so you need the snapshot repository added a bit earlier in the video. But now that 0.8.0 is released, you can use that if you add the milestone dependency.
If that's not what you're asking about, let me know and I'll try to help you out.
Nice video, cool. Can we get the source code?
Indeed you can. It's in the spring-ai-image-gen folder at github.com/habuma/spring-ai-examples. Or, if you are using Spring CLI, you can pull just that project by adding the catalog and using `spring boot new`:
```
% spring project-catalog add spring-ai-examples github.com/habuma/spring-ai-examples
% spring boot new my-project spring-ai-imagegen com.example.ai
```