/MacroCalc

Sudo Hackathon Bananas

Primary LanguagePython

MacroCalc


Logo

MacroCalc

A Nutrition Calculator, Recipe Creator and AI Chat!

· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact

About The Project

A gym rats best friend! Wondering what the macros are looking like for you meal? Look no further as this calculator will let you know! Need a recipe with foods you have? Need Advice from an AI? This is the Calculator for you

Built With

Getting Started

how you can start setting up this project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Installation

  1. Get a free API Key at Rapid API
  2. Clone the repo
    git clone https://github.com/RamsesRomeroJr/MacroCalc
  3. Install Python requests
    Python3 -m pip install requests
  4. Enter your API in "X-RapidAPI-Key"
    headers = {
             "content-type": "application/json",
             "X-RapidAPI-Key": "<API HERE>",
             "X-RapidAPI-Host": "open-ai25.p.rapidapi.com"
         }

Usage

Some of the features that you can use

  • Being able to input food and macros with "Add Food"

  • Calculate inputed foods after entering them

  • Create a recipe from inputed foods!

  • Ask Ai A quick question! Maybe a workout?

Contact

Ramses Romero Jr- LinkedIn
Keshav Kalia- LinkedIn
Martin Lam- LinkedIn
Abhijit Yadav- LinkedIn

Project Link: https://github.com/RamsesRomeroJr/MacroCalc