Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 742 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 742 Bytes

Here's a README.md template for a project integrating an OpenAI image generation model into a Next.js app:

markdown Copy code

Next.js OpenAI Image Generator 🎨

This project demonstrates how to integrate OpenAI's image generation model into a Next.js application. Users can input a prompt, and the app generates and displays an image based on that prompt.

Features ✨

  • 🖼️ Generate images using OpenAI's model
  • 🔒 Secure API integration with server actions
  • ⚡ Fast and responsive Next.js setup

Getting Started 🚀

Prerequisites

  • Node.js (v14+)
  • OpenAI API key

Installation

  1. Clone the repository:

    git clone https://github.com/jeslor/openAI_image_model.git
    cd openAI_image_model