You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Food Nutrition Detector is an ASP.NET Core (.NET 8) Web API that uses Azure OpenAI to identify food in an uploaded image and estimate basic nutritional values. The API accepts an image and returns a JSON object with the detected food name and nutrient estimates along with optional notes.
AI Nutrition Vision analyzes food images using OpenAI Vision to detect food items and produce detailed nutrition insights (calories, protein, fat, serving size, etc.) with clean Streamlit UI.