Hrishikesh Telang

Research Assistant, St. Francis Institute of Technology

telanghrishi [AT] gmail.com

AWS ETL Pipeline Manager for YouTube User Data Analysis

Scalable Data Pipeline for YouTube Insights and Advertising Success

Calorie Advisor: AI-Powered Food Analysis App

Problem Statement

Maintaining a healthy diet is crucial for overall well-being, but it can be challenging to track the nutritional content and caloric intake of daily meals. Many individuals struggle to assess whether their food choices are balanced and healthy, leading to potential health issues over time.


Project Description

Calorie Advisor is a Large Image Model (LIM) application powered by Google Gemini Pro Vision API. This app enables users to analyze their meals by simply uploading an image of their food. The app provides:

The goal of this app is to encourage healthier food choices by providing actionable nutritional insights in real time.


Methodology and Steps

1. Problem Understanding and Objective Setting

2. Application Architecture

3. Steps to Build


Tools and Technologies


Challenges Faced


Outcome


What I Learned


Future Scope


How to Run the Application

  1. Set up the Environment: ```bash conda create -n calorie-advisor python=3.10 conda activate calorie-advisor pip install -r requirements.txt

  2. Create the .env File: ```bash Add your Google API key: GOOGLE_API_KEY=your_google_api_key_here

  3. Run the App: ```bash streamlit run app.py

  4. Upload a Food Image: ```bash Upload an image of your meal to analyze its nutritional content.