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
- Get API Key at https://platform.openai.com/
Installation
- Clone the repo
git clone https://github.com/Jay-Sung-Lim/Treasure-Meal-Planner.git - Install NPM packages
npm install - Enter your API in
.envOPENAI_API_KEY = YOUR_API_KEY_HERE
Log in or sign up for Devpost to join the conversation.