Project Zero is a food tracking application that allows users to monitor their daily food intake by capturing images of their meals. The app uses image recognition to identify food items and estimates calorie content based on detected food and user-confirmed portion sizes. The goal of Project Zero is to provide a simple, efficient, and accessible way to build awareness of eating habits and support healthier lifestyle choices.
- Capture food images using a mobile device camera
- Automatic food recognition from images
- User confirmation of portion size for better accuracy
- Calorie estimation based on recognized food items
- Daily food intake and calorie tracking
- Food history log for review and edits
- JavaScript (Frontend / API integration)
- Python (Image recognition and calorie estimation logic)
- MySQL (User data and food log storage)