Skip to content

Mazen050/Calorie_AIFrontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍎 Calorie Counter Website

A simple web app that lets users upload a food image and get calorie & nutrition information.
The frontend is public, while the backend (private) handles AI food recognition and nutrition lookup.


🚀 Features

  • 📷 Upload a food image to scan
  • 🥗 Detects multiple food items in one image
  • 🔢 Calculates total calories
  • 📊 Displays nutrition facts (from FatSecret API)
  • ⚡ Clean and simple UI

🛠️ Tech Stack

Frontend (this repo):

  • HTML
  • CSS
  • JavaScript

Backend (private repo):

  • Node.js + Express.js
  • Multer (file upload middleware)
  • Google Gemini API (food recognition)
  • FatSecret API (nutrition database)

Backend

  • This frontend expects a backend API for processing images and fetching nutrition data.
  • The backend is private, as it’s part of a mobile app project I’m building with a friend.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors