Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

Level 1

README.md

Level 1 - Generate the Missing Part of the Image

Task Overview

Use a Generative AI tool to fill in the missing part of an image, creating a seamless continuation or completion of the original artwork. Here is the image that you should expand:

Image to Expand

Steps to Contribute

  1. Fork the Repo

    • Fork the repository to your own GitHub account.
  2. Clone the Repo

    • Clone the forked repository to your local environment.
    git clone https://github.com/<your_username>/Enigma-GenAI-Challenges
  3. Navigate to the Correct Directory

    • Move into the Level 1 directory to work on your task:
    cd Enigma-GenAI-Challenges/Level1/
  4. Create a Folder with Your Username

    • Inside the Level1 directory, create a new folder named after your GitHub username:
    mkdir <your_username>
  5. Add the Completed Image

    • In your folder, add the completed image where you have used AI to generate the missing part of the original image.
    • Create a text file that includes:
      • The AI model used.
      • The exact prompt used to generate the missing part.
  6. Add Your Changes

    • Stage your changes:
    git add .
  7. Commit Your Changes

    • Commit your changes with a meaningful message:
    git commit -m "Added completed image for missing part by <your_username>"
  8. Open a Pull Request

    • Push your changes to your forked repository:
    git push origin main
    • Open a Pull Request (PR) to submit your work for review.