Skip to content

Bite Buddy is a web application that helps users find the total calories and macronutrient content of a meal using Streamlit and Google Gemini API

Notifications You must be signed in to change notification settings

chinmay-1302/sl_bite_buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bite Buddy

Description

Bite Buddy is a web application that helps users find the total calories and macronutrient content of a meal. Users can take a picture of their meal and the application will use Google Gemini's API to identify the food items in the picture and will provide the nutritional information for each item as well as the total nutritional content of the meal.

Deployment

Bite Buddy is deployed on Streamlit and can be accessed here.

Installation

To install Bite Buddy, you will need to have the following installed on your machine:

  • Python 3.9+
  • Streamlit 1.31.1
  • Pillow 10.2.0
  • Google GenerativeAI 0.4.0

To install these packages, run the following command in your terminal:

python -m pip install -r requirements.txt

Technologies

  • Python
  • Streamlit
  • Pillow
  • Google GenerativeAI

Usage

To use Bite Buddy, run the following command in your terminal:

streamlit run app.py

Contributing

To contribute to Bite Buddy, please follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

About

Bite Buddy is a web application that helps users find the total calories and macronutrient content of a meal using Streamlit and Google Gemini API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages