Tag: status report

Team Status Report for 2/24/24

Team Status Report for 2/24/24

Risks: RPi Camera borrowed from the inventory was the HQ variant (which requires additional lens). Will need to buy new RPi Cameras. Michael has a family medical emergency and will be heading home on Wednesday evening. He’ll be able to work remotely on Thursday, and 

Sebastian’s Status Report for 24/02/2024

Sebastian’s Status Report for 24/02/2024

Weekly Accomplishments: Finished flutter demo app. Here it is working. Followed this tutorial and got code that randomly generates words from here Most important lessons from finishing the app are: Able to make UI visually respond to inputs Able to save items on a local 

Kelly’s Status Report for 2/24/24

Kelly’s Status Report for 2/24/24


Work Accomplished:

  • Downloaded Flutter and installed everything needed.

 

  • Tested a basic Flutter app to familiarize myself DART files and how the UI works, following this Youtube tutorial: https://www.youtube.com/watch?v=HQ_ytw58tC4 
  • Started building the UI for the app:
    • Scrollable inventory page that populates elements from test list of strings that I hardcoded.
    • Bottom navigation bar that directs to each individual page when tapped.

 


Progress:

  • My progress in on track with our gantt chart. I decided to push back the LLM server implementation until after we receive the server hardware and it is set up, but am now focusing more on the flutter app.
    • Blue represents my tasks, Pink represents the whole team.


Things to complete next week:

  • Design Report
  • Try using Llama2 – 13B instead of 7B to see what different results it gives me
  • Research how to access the LLM in the Flutter app
  • Build more to the Flutter app and have all the basic UI elements created

 

Sebastian’s Status Report for 2/17/24

Sebastian’s Status Report for 2/17/24

Weekly Accomplishments This week I spent mostly becoming more comfortable with the flutter framework. I made a demo app following a tutorial to “Write your first Flutter App”. I learned to make new pages/tabs and work with the UI features of flutter. Below is a 

Team Status Report for 2/17/24

Team Status Report for 2/17/24

Risks: Meta Llama 2 LLM has some trouble giving a variety of recipes and at first tried to use as many ingredients as possible. We will test more specific prompts to see if it will work as intended. Another approach can be to try to 

Michael’s Status Report for 2/17/24

Michael’s Status Report for 2/17/24

Weekly Accomplishments

This week was mostly spent figuring out how to move forward with regards to our project architecture and preparing for the design review presentation. The flashiest thing from this week’s work is the CAD model that we’ve been preparing for the design presentation (Still iterating, model subject to change). Presentation slides are still work in progress & the final version will be linked on the main site.

Additionally we realized we needed a few more parts for connecting the cameras to the RPi Zero (Special smaller connecter than normal RPi Camera ports), and an Mini HDMI dongle (for debugging purposes). Both have been ordered and should arrive next week.

Overall Progress

This week wasn’t super exciting as I was mostly focused on the design presentation. At the time of writing, we’re trying to figure out what to do with one final page. I’ll be ready to present on Monday.

We’re waiting to hear back from Professor Bain if we’re requesting parts from AMD directly, or if he’s going to do the batch order. I’ve written up an email that’s scheduled for Monday morning so it’ll be at the top of his inbox.

Next Week’s Goals

  1. Finishing touches on presentation slides & prepare to present.
  2. Write scanner main kernel & make sure that there’s acceptable performance.
  3. Revise designs based on feedback from presentation & testing.
Kelly’s Status Report for 2/17/24

Kelly’s Status Report for 2/17/24

Work Accomplished: I finished creating mock-ups for our app UI.   I researched LLMs and decided to use Meta’s Llama 2 since it can be downloaded and used locally. I decided on the 7B version, with the options of 7B, 7B-chat, 13B, 13B-chat, 70B, 70B-chat, 

Sebastian’s Status Report for 2/10/24

Sebastian’s Status Report for 2/10/24

WEEKLY ACCOMPLISHES/TASKS Researching which DB’s are best for holding food data Most likely an sqflite, a relational database in Flutter However, am unsure if it performs on Web Will create a boiler plate webapp to ensure of working DB Created and Added team members to Github 

Team Status Report for 2/10/24

Team Status Report for 2/10/24


Risks:

  • Glare may be an issue when scanning smart labels. Software based to reduce glare have been shown to be computationally expensive.
    • Consider adding a polarized film over the lens to cut out the glare.
  • Premade produce recognition solutions may not be trained for off-angled images.
    • If this does not work, we may pivot to having a plain background 
  • Raspberry Pi Zeros may not have the compute strength to handle taking & streaming images
    • May upgrade from Pi Zero 2 W to a stronger Pi model (tradeoff: higher energy consumption)

Changes:

  • No noteworthy design changes as of yet

Progress:

  • QR Code detecting & reading using CV
  • App design
  • Github set up
  • RPi Zero + Camera requested/ordered
  • Preliminary research into DB, LLM, & Produce Recognition.

 

Michael’s Status Report for 2/10/24

Michael’s Status Report for 2/10/24

Weekly Accomplishments: Dug into OpenCV and was able to extract QR code data from a smart label Ran into an issue while trying to test directly underneath a light fixture where the camera couldn’t see the qr code. Issue likely is due to glare. Software