MuffinV2
BRBuildShip + Rowy
•Created by MuffinV2 on 10/30/2024 in #❓・buildship-help
Help :( Backend for Health Data Validation Project
Hey everyone! 👋
I’m working on a project for my studies and could really use some guidance! Here’s what I’m trying to achieve:
1. Objective: Users should upload a picture from their phone (of a document, insurance card, etc.), which would then be analyzed.
2. Tech Stack:
- Frontend: Done in FlutterFlow (design ready).
- Backend: Working on it with Buildship.
3. Functionality:
- The app should use Google Vision or GPT-4 Vision (either is fine) to detect and extract two fields from the uploaded image:
- Health Insurance Name
- IDC-10 Code (a 10-digit code)
- Then, it should check if both values exist in a Google Sheet.
- If both values are found in the sheet, the app should show a “SUCCESS” message in FlutterFlow; otherwise, it should display “NO SUCCESS.”
4. Problem: I’ve been through a lot of resources online, but I still can’t get it to work as needed. I feel stuck, especially in linking Google Vision/GPT-4 Vision to extract specific fields and validate against the Google Sheet.
Has anyone tackled something similar, or does anyone have advice on implementing this backend logic with Buildship? Any tips, tutorials, or code snippets would be a huge help. 🙏
Thanks a ton in advance! 😊
4 replies