You are browsing as a guest. Sign up (or log in) to start making projects!

Frision

  • 3 Devlogs
  • 5 Total hours

Frision Is an app that allows users to take photos of their fridges. It uses Computer vision to analyze everything in their and then find recipes the user can make with that. Hence the name frision, Fridge+vision = Frision

Open comments for this post

2h 5m 36s logged

Added an Object classifier
Once the object detector detects the images I use pillow to crop into them and use a classifier with 900 items to classify that food it has really good accuracy, an average photo of a fridge has about 50+ items

2
0
26
Open comments for this post

1h 1m 52s logged

Breakthrough in my project :)
I am finally able to detect a lot of objects clustered together easily, now the next phase is actually checking what each of those objects are

1
0
82
Open comments for this post

1h 45m 35s logged

Managed to figure out how to get a Computer Vision Model Working on my computer

after ages of searching for pretrained models that are fast, free and can detect a large number of classes. I found a YouTube video explaining Grounding Dino. I think it might be the savior of all of computer vision or at least my project, i managed to install the hugging face version of it to be able to analyze images of fridges and list out all items currently in it. Had to find a list of foods which I found on USDA as there common grocery foods. Around 900 of the most common foods, I tried using AI models, such as qwen or gemini, but they took way to long and burned through tokens.

Right now Grounding Dino is not able to handle 900 inputs so I will have to figure out how to batch the classes.

0
0
12

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…