Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.04 KB

Hackaton-Midudev | NutriPlanes

Logo de NutriPlanes

Overview

NutriPlanes is designed to help users create personalized meal plans that fit their specific dietary needs and preferences. Using advanced AI algorithms from Cohere, NuntriPlans generates healthy and delicious recipes tailored to each user's unique nutritional goals, food likes and dislikes, and dietary restrictions.

Features

  • Personalized meal plans
  • Recipe generation based on dietary restrictions and preferences
  • Nutritional information for each recipe
  • Ability to save favorite recipes and meal plans
  • Regular updates to recipes and nutritional information

Tech Stack

  • Front-end: TypeScript & Mantine
  • AI algorithms: Cohere
  • Built with: Next.js

Installation

  1. Clone the repository

$ git clone https://github.com/your-username/NuntriPlans.git

  1. Install the dependencies

$ npm install

  1. Start the development server

$ npm run dev