I have an idea for building a system that can a novel mechanism to automatically create valid additional data samples from any data it’s fed with. Can a prototype be built with Bubble?
1 Like
Bubble is for user interface, process flow, and database storage. It doesn’t do advanced algorithms at all (such as things like machine learning). That said, you could create the interfaces and core workflows for your product in Bubble and then integrate via an API to a machine learning algorithm that you’ve built separately and hosted separately.
That said, Bubble has performance constraints with larger amounts of data, especially data coming in the API. We see it take 1-2 seconds to load each row of data on a dedicated Bubble server. So, that’d be something to consider / look further into if Bubble seemed to meet your other requirements.
1 Like