https://github.com/Jaykef/OpenAI-ImageGeneration-Vue3
Utilizing OpenAI's Image Generation api with vue3, vite and pinia(similar to the DALLE app)
https://github.com/Jaykef/OpenAI-ImageGeneration-Vue3
Last synced: 6 months ago
JSON representation
Utilizing OpenAI's Image Generation api with vue3, vite and pinia(similar to the DALLE app)
- Host: GitHub
- URL: https://github.com/Jaykef/OpenAI-ImageGeneration-Vue3
- Owner: Jaykef
- Created: 2023-01-11T10:47:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T08:14:30.000Z (over 2 years ago)
- Last Synced: 2024-10-29T18:22:58.211Z (7 months ago)
- Language: Vue
- Size: 7.31 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gpt - OpenAI-ImageGeneration-Vue3
- awesome-chatgpt - Jaykef/OpenAI-ImageGeneration-Vue3 - OpenAI-ImageGeneration-Vue3 is a web application that uses OpenAI's Image Generation API with Vue 3, Vite, and Pinia to create AI-generated images from text prompts, similar to the DALLE app. (UIs / Web applications)
README
# OpenAI-ImageGeneration-Vue3
Utilizing OpenAI's Image Generation api with vue3, vite and pinia(similar to the DALLE app)## Project Setup
Create a .env file and add in you OpenAI API key.
Create API key here```sh
VITE_OpenApiKey=YOUR_API_KEY
```
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```
![]()
![]()
![]()
![]()