Abstract - CSC4790-Fall2024-Org/Grocery-Receipt-App GitHub Wiki
Divvy
Jaden Brescia, Mark Faverzani, Luke Franco
The primary goal of Divvy is to allow users to upload a photo of a receipt and then assign items to individuals or to be shared within the group. The user can then send a text message with a Venmo payment link directly to the other shoppers on the receipt. This will ease the process of splitting bills for roommates or anyone who shop together but purchase all items using one card. Our current tech stack uses React Native to control the mobile interface on Android and iOS and Amazon's Textract API to read the content of the user's receipts.
OLD ABSTRACT
The primary goal of the Grocery Receipt App is to allow users to upload a photo of their receipt from a grocery store and the app will generate a list of everything they purchased so that users can select items to go to separate individuals so that they are responsible to pay for them. This will ease in the process of splitting bills for roommates who shop together, but purchase all items using one card. Our current tech stack will be react native to control the mobile interface on Android and IOS and then using Amazon's Textract API to read the content off of the user's receipts.