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:
-
Fork the Repo
- Fork the repository to your own GitHub account.
-
Clone the Repo
- Clone the forked repository to your local environment.
git clone https://github.com/<your_username>/Enigma-GenAI-Challenges
-
Navigate to the Correct Directory
- Move into the Level 1 directory to work on your task:
cd Enigma-GenAI-Challenges/Level1/
-
Create a Folder with Your Username
- Inside the
Level1
directory, create a new folder named after your GitHub username:
mkdir <your_username>
- Inside the
-
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.
-
Add Your Changes
- Stage your changes:
git add .
-
Commit Your Changes
- Commit your changes with a meaningful message:
git commit -m "Added completed image for missing part by <your_username>"
-
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.