Generating Images with Spring AI

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 8

  • @lokeshwaraachari6781
    @lokeshwaraachari6781 9 месяцев назад

    Very informative... keep doing like this

  • @IWS-kj8ec
    @IWS-kj8ec 6 месяцев назад

    hello , can i generate image using any offline model? because i don't use OpenAi.

  • @machchar_qing
    @machchar_qing 9 месяцев назад

    thanks man, appreciate it!

  • @Anbu_Sampath
    @Anbu_Sampath 9 месяцев назад

    Nice Demo.

  • @tanushkagoyal9936
    @tanushkagoyal9936 8 месяцев назад

    How to resolve the ai dependency problem which dependency need to add on pom.xml file ??

    • @springinaction
      @springinaction  8 месяцев назад +1

      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.

  • @igorilievski-t5z
    @igorilievski-t5z 7 месяцев назад

    Nice video, cool. Can we get the source code?

    • @springinaction
      @springinaction  7 месяцев назад

      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
      ```