
The Food Recipe Generation project utilizes the ChatGPT API to automatically generate simple and delicious food recipes. By leveraging the power of the ChatGPT language model, this project streamlines the process of creating recipes for various dishes. Users can input the type of dish they want to prepare, and the ChatGPT API will generate a detailed recipe with ingredients and preparation steps.
- React
- ChatGPT
- Get API KEY at ChatGPT API Docs (https://platform.openai.com/docs/api-reference)
- Create/Change .env file using example (_env)
- run "npm install"
- run "npm start"