Skip to content

Latest commit

 

History

History
77 lines (60 loc) · 2.65 KB

README.md

File metadata and controls

77 lines (60 loc) · 2.65 KB

My Calories Tracker

Upload Page Results Page Mobile Upload Page Mobile Results Page

Try it ▶️

Overview

My Calories Tracker is a web application designed to help users log their meals and analyze their nutritional intake using AI technology. The application allows users to upload images of their meals, which are then processed to provide insights and nutritional information. The app uses gpt-4o-mini vision model.

Features

  • Image Upload: Users can upload photos of their meals.
  • AI Analysis: The application uses AI to analyze the uploaded images and provide nutritional information.
  • Meal Logging: Users can log their meals and track their calorie intake.
  • User-Friendly Interface: A simple and intuitive interface for easy navigation.

Getting Started

Prerequisites

  • Node.js (version X.X.X)
  • npm (version X.X.X) or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/my-calories-tracker.git
    cd my-calories-tracker
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Start the development server:

    npm start
    # or
    yarn start
  4. Open your browser and navigate to http://localhost:3000.

Usage

  1. Upload a photo of your meal using the upload button.
  2. Wait for the AI analysis to complete.
  3. Review the results and confirm the nutritional information.
  4. Log your meal to track your calorie intake.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Contact

For any inquiries, please contact sumeet.pardeshi.online@gmail.com.