Skip to content

ThanhNguyen5653/food-vision

Repository files navigation

Food Vision

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!

How it works

  1. User uploads an image of their meal.
  2. AI detects food items in the image (via OpenAI API, hosted by GitHub).
  3. Each detected food item is verified with the USDA food database for macros (calories, protein, carbs, fat).
  4. Results are returned to the user with detailed nutritional info.

Tech Stack

Getting Started

  1. Clone the repo
  2. Install dependencies: npm install
  3. Add your API keys in .env.local
  4. Run the app: npm run dev

About

A new calorie tracking app is coming!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published