Weekly Log ‐ Luke - CSC4790-Fall2024-Org/Grocery-Receipt-App GitHub Wiki
Luke Franco's Weekly Logs:
Week 1:
Date | Task Description | IC / OC | Time Spent (min) |
---|---|---|---|
8/28/24 | Thought of the idea and articulated it into a possible project | IC | 50 |
8/30/24 | Researched different options for OCR to read receipts | IC | 50 |
9/3/24 | Continued research on tech stack/paths to take to start project | OC | 60 |
9/4/24 | Decided who would be responsible for what in release 1 | IC | 50 |
9/6/24 | Researched competitors to our app | IC | 20 |
9/6/24 | Modelstormed and created a very basic layout of our app | IC | 10 |
9/6/24 | Looked into the scope of our project and set boundaries as to what we can and can't do given our time frame | IC | 30 |
9/10/24 | Worked on connecting Textract to our Amazon AWS account, created lambda function | OC | 120 |
9/12/24 | Added required permissions and policies to use textract | OC | 60 |
9/20/24 | Integrated our lambda function and S3 bucket to our application, can now upload photos to bucket and get output in tabular format | OC | 180 |
9/25/24 | Worked on attempting to integrate ChatGPT and looked at different options for AI | IC | 60 |
9/26/24 | Found out that we cannot use OpenAI, certain limits are too low for our requirements | OC | 90 |
9/27/24 | Worked with Gemini to output formatted list of items and prices | IC | 60 |
9/27/24 | Created a base UI for the home page, and passed the gemini output to the second page to show all items and prices | OC | 90 |
9/30/24 | Created a secondary page that displays all of the items as separate clickable rows | IC | 60 |
10/2/24 | Added functionality of splitting items, there is now a running total for each contributor at the bottom of page 2 | OC | 120 |