Art Generator iOS App

View source code here

Overview of the project

AI has made some huge leaps in the past couple years. I wanted to get my hands dirty with some of OpenAI's models. I decided to try out DALLE-2, which is an image generation model. This is a simple iOS app that makes API calls to this model and displays images, with a few additional features.

Features

  • The user can input an image description, and then optionally pick a few modifiers such as art style, image medium, and artist style.
  • Upon pressing "Fetch", the app calls the OpenAI API, and displays 4 images created by the model.
  • The user can then tap each image to view it in a larger size, or share it with friends.
  • The user can also tap a generated image and request DALLE to generate more images that are similar to this source image.
Entering a prompt
Generated result
Results after requesting variations of the previous image
Sharing the image (contacts would pop up here on a real iPhone - this was run in a simulator)
© 2024 Alex Bussan. All rights reserved.