spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.2k stars 37.97k forks source link

How to contribute #27585

Closed Jzow closed 2 years ago

Jzow commented 2 years ago

This is not a bug problem. I recently developed a deep learning (CV) example using AWS mxnet and tensorflow. I integrate through springboot 2.5. I don't see any AI framework on spring.io, so my idea is that I can do this through AWS djl and spring boot. I fell this plan is feasible

bclozel commented 2 years ago

There is no plan right now for a specific support in Spring Framework or Spring Boot.

You can start by creating your own Spring Boot starter and get it published on the 3rd party starters page once it's ready for public consumption.

Thanks!