https://github.com/knowankit/openai-playbook
https://github.com/knowankit/openai-playbook
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/knowankit/openai-playbook
- Owner: knowankit
- License: mit
- Created: 2023-11-20T06:12:15.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-23T08:53:39.000Z (about 2 years ago)
- Last Synced: 2023-11-23T09:33:21.120Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://openai.knowankit.com
- Size: 16.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenAI Playbook - Next.js Edition

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)