Food Image Recognition and Nutritional Analysis
This app is part of a bigger project where I will be building a calorie logging and tracking app – stay tuned!
- User uploads an image of their meal.
- AI detects food items in the image (via OpenAI API, hosted by GitHub).
- Each detected food item is verified with the USDA food database for macros (calories, protein, carbs, fat).
- Results are returned to the user with detailed nutritional info.
- Clone the repo
- Install dependencies:
npm install
- Add your API keys in
.env.local
- Run the app:
npm run dev