I want to make an app for industrial cold room buyers that when they upload photo of the empty room, system will calculate sq feet/meter and suggest product and give report about it. So can I do it in bubble? how difficult?
Not at all difficult because the image processing and results will be dependent on vision ai or gpt, any model you choose.
Only displaying results and building a dashboard here on bubble with user management
which ai platform do you reccomend? when I search aboout it I found 8thwall
When I searched for APIs ingot this
The 8th Wall Cloud Editor is easily integrated into 3D JavaScript frameworks such as:
A-Frame
three.js
PlayCanvas
Babylon.js
Note: To develop app-based AR with Unity, use Niantic Lightship ARDK
I don’t think it will support a rest API, therefore it’s better to go with Google vision ai or similar, which are API friendly,
Oh yes you can go to hugging face and search for the model that is trained on your requirements,
Thank you so much, appreciated