About The Project

This project utilizes OpenAI's Chat GPT to help you create your own meals. Since the Chat GPT is already assigned the role of a meal planner, it uses the information you provide (height, weight, dietary requirements, etc.) to provide optimized information.

This project is based on OpenAI's official documentation and was submitted to the 2023 Treasure hacks 3.5 hackathon.

Getting Started

Prerequisites

Installation

  1. Clone the repo git clone https://github.com/Jay-Sung-Lim/Treasure-Meal-Planner.git
  2. Install NPM packages npm install
  3. Enter your API in .env OPENAI_API_KEY = YOUR_API_KEY_HERE
Share this project:

Updates