Uses a Multimodal Language model with vision capability to estimate the nutrition content of food in given image.
I used Bunny as the Vision Language Model (VLM) or Multimodal Large Language Model (MLLM) because it is lightweight but still powerful.
Still there are some hallucinations. So using a better model might improve the usability of this application.
Compared to the typical LLMs, bunny is small and is based on phi-2 with 'only' 2.7B params. It uses SigLIP vision encoder with 0.4B params.
Scripts
Knowledge base
Diet Journal
Analyses the diet journal to give insights about your nutrition based on your age, height, weight, activity, and in future possibly health conditions and other factors.
Proof of concept for now.
21 commits
11 commits
Python
95.4%
HTML
4.6%
Uses a Multimodal Language model with vision capability to estimate the nutrition content of food in given image.
I used Bunny as the Vision Language Model (VLM) or Multimodal Large Language Model (MLLM) because it is lightweight but still powerful.
Still there are some hallucinations. So using a better model might improve the usability of this application.
Compared to the typical LLMs, bunny is small and is based on phi-2 with 'only' 2.7B params. It uses SigLIP vision encoder with 0.4B params.
Scripts
Knowledge base
Diet Journal
Analyses the diet journal to give insights about your nutrition based on your age, height, weight, activity, and in future possibly health conditions and other factors.
Proof of concept for now.
21 commits
11 commits
Python
95.4%
HTML
4.6%