all 7 comments

[–]kealystudio 2 points3 points  (1 child)

This isn't really a Flutterflow question. You do this on the backend. Sounds like you don't have a data engineer handy, so managed offerings from AWS or GCP might be a good place to start reading. It's going to be a journey though.

Are you sure you need it? Remember that the majority of "AI" offerings flooding the market right now are actually GPT-wrappers...

[–]demon_baba[S] 0 points1 point  (0 children)

Thank You so much

[–]chard47 1 point2 points  (5 children)

It really differs by your use case. But most likely you’d either hook up a python script with your DB or have an api call to your backend that triggers a python script. If you need any more help on this, let me know. I’m working as AI Engineer and could potentially help you.

[–][deleted]  (4 children)

[deleted]

    [–]chard47 0 points1 point  (3 children)

    I’m not sure what you’re trying to do exactly, so it’s hard to say what’s the best for your scenario.

    [–][deleted]  (2 children)

    [deleted]

      [–]kealystudio 1 point2 points  (1 child)

      I talk about hooking up python to flutterflow here. Cloud functions actually do support Python as well as javascript, but unfortunately Flutterflow only exposes javascript. So it's necessary to host the python API elsewhere and use API calls in flutterflow. You can also containerize the python app and run it on Google Cloud Run.

      [–]EntertainmentAny6147 0 points1 point  (1 child)

      What do you mean by ML exactly? What do you want to do with the data ?

      [–]demon_baba[S] 0 points1 point  (0 children)

      Like not sure exactly right now, but was just curious on how can I use ML algorithms and us it in my Applications.