Skip to content

damakbajaj98/NutriClick

Repository files navigation

NutriClick

Created a working prototype of a website using HTML, CSS, NodeJS and MongoDB in an effort to make tracking daily calorie intake easier. User signs up/logs in and enter his/her personal details and goals. The home page displays the food items and their calories consumed so far. User can add a consumed food item either by typing it manually or by clicking a photo. It uses Clarifai API which detects the fooditem from the image, using a model pre-trained by us. Aim was to learn and implement new frameworks like Bootstrap and expressJS

Front End: HTML, Bootstrap, Handlebars, JavaScript
Backend: NodeJS(ExpressJS)
NPM Packages: Multer, Mongoose, MongoDB, Hbs, Express, Clarifai

Step 1: Enter your details

Add your goal:

Step 1a

Add your personal details:

Step 1b

This generates the optimal calorie count for the user. We add the image of the meal to detect calorie count of the meal.

Step 2: Upload image

Step 2

The clarifai API will automatically predict the food item in your picture.

Step 3: Specify quantity of food eaten

Step 3

Step 4: Calorie intake gets updated

Step 4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published