Embedding Fastai Model in Spring Boot: Need Help!

Hey everyone,

I’m working on a Spring Boot application and I want to integrate a pre-trained Fastai model for inference within the API. I’ve done some research but haven’t found a clear-cut approach, so I’m hoping the community can shed some light.

Challenges:

  • Embedding: How do I effectively embed the Fastai model within the Spring Boot application? Are there any libraries or frameworks designed for this purpose?
  • API Endpoint: How can I create an API endpoint that accepts input data, feeds it to the model, and returns predictions? Code examples or guidance appreciated!

I’ve been digging through forums and documentation but haven’t found a comprehensive guide on this specific integration. Any insights, code snippets, or recommended resources would be immensely helpful!

Thanks in advance for your support!