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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors