Skip to content

Simple WinForms app to generate images using Open AI Dall-E models

Notifications You must be signed in to change notification settings

tomaszprasolek/AI_ImageGeneration

Repository files navigation

AI Image generation

Simple WinForms app to generate images using Open AI Dall-E models.

Under the hood the app use the OpenAI API to generate images.
Endpoint: POST https://api.openai.com/v1/images/generations
https://platform.openai.com/docs/api-reference/images

The app is very simple.

  • 🔑 Enter the OpenAI API key
  • 🖌️ Select the model: Dall-E 2 or Dall-E 2
  • 🔠 Enter your prompt, what do you want to be on an image
  • 🧑‍🏭 Click "Generate Image" (right bottom corner)
  • ⏰ Wait couple seconds and that's it 😄
  • 🖼️ Double click on the image will open it in external photo viewer app
  • 📁 All generated images are saved in images folder

TODO:

  • Save api key in settings
  • Ability to view history of generated images
  • Edit models
  • Add different models e.g. MidJourney

Main form Main form Main form

About

Simple WinForms app to generate images using Open AI Dall-E models

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages