Hi, folks
I have to develop an e-commerce clothing app with Firebase. I'm stuck in a functionality.
The user can upload or take a picture and apply it to all the clothes in the store. When the user likes a dress, he/she adds it to the cart. This means users can check outfits virtually and how they look by wearing the dress.
How can I do it?
When I search in chatGPT, it gives solutions to use "TensorFlow Lite" or "custom code to implement image processing functionality." But I don't have any experience with either of them.
Please guide me step by step on how to achieve it using FlutterFlow.