https://github.com/developermithu/openai-nextjs-image-generator
Building an image generator using OpenAI and Next Js 13.
https://github.com/developermithu/openai-nextjs-image-generator
nextjs openapi react tailwindcss
Last synced: 2 months ago
JSON representation
Building an image generator using OpenAI and Next Js 13.
- Host: GitHub
- URL: https://github.com/developermithu/openai-nextjs-image-generator
- Owner: developermithu
- Created: 2023-02-07T15:54:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T15:56:49.000Z (over 2 years ago)
- Last Synced: 2025-03-29T11:28:43.188Z (3 months ago)
- Topics: nextjs, openapi, react, tailwindcss
- Language: CSS
- Homepage: https://openai-nextjs-image-generator.vercel.app
- Size: 80.1 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Image Generator Using OpenAI & Nextjs 13
### Getting Started
```bash
git clone https://github.com/developermithu/openai-nextjs-image-generator
cd openai-nextjs-image-generator
npm install or pnpm install
npm run dev or pnpm dev
```