Ecosyste.ms: Awesome
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
Last synced: 3 months ago
JSON representation
👨🍳 Your personal chef power by ChatGPT
- Host: GitHub
- URL: https://github.com/danieljpgo/iachef
- Owner: danieljpgo
- License: mit
- Created: 2023-02-26T14:37:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-15T23:22:54.000Z (over 1 year ago)
- Last Synced: 2024-06-30T15:50:17.403Z (5 months ago)
- Language: TypeScript
- Homepage: https://iachef.danieljorge.me
- Size: 1.42 MB
- Stars: 39
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
IAChef
> Your personal chef power by ChatGPT 👨🍳
Project |
Goals |
Features |
Technologies |
Getting Started |
Contributing |
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, tasty)## Goals
- Learn how to use the Open AI model `gpt-3.5-turbo` in a real project.
- Using Edge Functions streaming data.@TODO
## Features
@TODO
## 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)
## Getting Started
First of all, you may clone this project:
```
git clone https://github.com/danieljpgo/iachef.git
```@TODO
## Contributing
Check out the [contributing page](https://github.com/danieljpgo/iachef/blob/master/CONTRIBUTING.md) to see the best places to file issues, start discussions and begin contributing.
## License
This project is under the [MIT license](https://github.com/danieljpgo/iachef/blob/master/LICENSE).
Released in 2023.Make with ❤️ by [Daniel Jorge](https://github.com/danieljpgo)