Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pin705/baby_menu

Create a menu for your baby with ChatGPT
https://github.com/pin705/baby_menu

Last synced: 8 days ago
JSON representation

Create a menu for your baby with ChatGPT

Awesome Lists containing this project

README

        

Create Menu for children in Seconds with chatGPT

## How it works

It's very simple, we just use chatGPT's API to generate a workout plan based on your settings. All you need is an [openAI](https://openaicom) API key to run this. It's built with [Nuxt 3](https://nuxt.com).

## Running Locally

### Cloning the repository the local machine.

```
git clone https://github.com/pinnnguyen/menu-children.git
```

### Creating a account on openai to get an API key.

1. Go to [openAI](https://openaicom) to make an account.
2. Then go to the [API keys page](https://platform.openai.com/account/api-keys)
3. Create a new key and save it somewhere

### Storing the API keys in .env

Once you have your API key, create a .env file in the root of the project and a var OPENAI_API_KEY=your_api_key

### Installing the dependencies.

```bash
npm install
```

### Running the application.

Then, run the application in the command line and it will be available at `http://localhost:3000`.

```bash
npm run dev
```