Comes from the wordplay gallery and ia (which stands for inteligencia artificial in Spanish).
Showcases a collection of images I generated using different AI tools (DALL-E, ChatGPT, GPT Image 2, etc.).
Contains a Vite + React project that powers the gallery website.
Common scripts:
npm run dev— start the local dev servernpm run build— build for production intodist/npm run preview— preview the production build locally
Contains a nodejs script that transforms an image generated by an AI tool into multiple formats.
You can run the script with:
-
npm run transform(Interactive version) -
npm run transform -- "<input-file>" "<output-name>"(Automatic version) -
npm run convertautomatically transforms all the files in the root folder.
Input files must be placed relative to the tools folder!
Images must be uploaded to S3 and added to images.json for this to work!