https://github.com/danieljpgo/iachef
👨🍳 Your personal chef power by ChatGPT
https://github.com/danieljpgo/iachef
next openai react tailwindcss typescript zod
Last synced: 12 months ago
JSON representation
👨🍳 Your personal chef power by ChatGPT
- Host: GitHub
- URL: https://github.com/danieljpgo/iachef
- Owner: danieljpgo
- License: mit
- Archived: true
- Created: 2023-02-26T14:37:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T04:14:27.000Z (almost 2 years ago)
- Last Synced: 2024-09-10T05:02:49.110Z (almost 2 years ago)
- Topics: next, openai, react, tailwindcss, typescript, zod
- Language: TypeScript
- Homepage: https://iachef.danieljorge.me
- Size: 7.3 MB
- Stars: 39
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
IAChef
> Your personal chef power by ChatGPT 👨🍳
Project |
Goals |
Demo |
Features |
Technologies |
License
## Project
Using OpenIA's `gpt-3.5-turbo` model to generate recipe from a combination of items such as:
- Ingredients
- Amount of people (1,2 & 4)
- Type of recipe (healthy or tasty)
## Goals
- Learn how to use the Open AI model `gpt-3.5-turbo` in a real project.
- Using Edge Functions streaming data.
## Demo
A demonstration of the features.
## Features
- Generate recipes from selected ingredients.
- Customize recipes by number of people and type (healthy or tasty).
- Save and retrieve previously generated recipes.
- Stream data for quick visualization.
- View total recipes generated, updated periodically.
## Technologies
The main technologies used to develop the project were:
- [React](https://reactjs.org/)
- [Next](https://nextjs.org/)
- [OpenAI](https://platform.openai.com/docs/introduction)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind](https://tailwindcss.com/)
- [Prisma](https://www.prisma.io/)
- [Zod](https://zod.dev/)
- [SWR](https://swr.vercel.app/)
This project was bootstrapped with:
- [create-next-app](https://nextjs.org/docs/api-reference/create-next-app)
## License
This project is under the [MIT license](https://github.com/danieljpgo/iachef/blob/master/LICENSE).
Released in 2023.
Make by [Daniel Jorge](https://github.com/danieljpgo)