Does forge support ML and AI development?

Hi,

I am new to this Forge App Cloud development since there are a lot of restrictions of Forge Cloud, I was wondering how can we develop AI and ML-integrated applications with Forge, as Forge doesn’t support Python and neither it allow us to access them via other ways.

Is there any way to develop or write our own ML and AI logic inside the forge cloud application?

The constraints about execution time and memory on the Forge platform makes it hard to think about it as a viable option for serious ML projects, let alone storage limitations and language support.

However, what you can easily do is create your ML somewhere on your servers using your preferred languages, models, etc… and have Forge connect to it using Forge remote.

Basically Forge can act as a bridge between Atlassian and your own code, leaving you free to use your favourite tech stack and you’d just interact with it using APIs.

Thanks for the suggestion @PaoloCampanelli , it was very helpful.

1 Like