An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Chef

IAChef



author

languages

contributors


forks

license

> Your personal chef power by ChatGPT 👨‍🍳

 


Project   |   
Goals   |   
Demo   |   
Features   |   
Technologies   |   
License


another todo list

## 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.


next.js

## 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)