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

https://github.com/knowankit/openai-playbook


https://github.com/knowankit/openai-playbook

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# OpenAI Playbook - Next.js Edition

![Open ai](https://github.com/knowankit/openai-playbook/blob/develop/playbook.gif)



Twitter: Ankit Kumar

Welcome to the OpenAI Playbook built with Next.js! This playbook combines the power of OpenAI's models to generate images with different resolutions and models. It also utilizes Image Vision AI to generate HTML / react Material UI codes from images.

## Features

### 1. DALL-E Image Generation
Explore the fascinating world of generative art by using DALL-E models to create unique and high-resolution images.
Experiment with different resolutions and unleash your creativity.

### 2. Generate image to HTML codes.
After analyzing your images, easily generate MUI React code snippets based on the content. We can also analyse the image ask the ai about the detail analysis.

## Getting Started

To get started with the Email Editor, follow these steps:

1. **Installation**: Clone the repository to your local machine and install the required dependencies.

```bash
git clone https://github.com/knowankit/openai-playbook
cd openai-playbook
yarn
```

2. **Set up your OpenAI API Key:**
Create a .env.local file in the root directory:

```bash
OPEN_AI=your-api-key-goes-here
ORGANISATION_ID=organisation-id
```

3. **Run the Application**: Start the development server to launch the openai-playbook in your web browser.

```bash
yarn dev
```

## License

This project is licensed under the [MIT License](LICENSE).

## Contributors

Contributions are welcome! If you have any suggestions, improvements, or feature requests, feel free to open an issue or submit a pull request.

- [Ankit Kumar](https://github.com/knowankit)