├── 3d-model
├── assets
│ └── 3d-toy.png
└── showcase.md
├── CONTRIBUTION.md
├── LICENSE
├── README.md
├── advertising
├── assets
│ ├── ad-poster-after.png
│ ├── ad-poster-before.png
│ ├── image-ad-after.png
│ └── image-ad-before.png
└── showcase.md
├── image-processing
├── assets
│ ├── change-perspective-after.png
│ ├── change-perspective-before.png
│ ├── colorize-photos-after.png
│ ├── colorize-photos-before.png
│ ├── remove-people-after.png
│ └── remove-people-before.png
└── showcase.md
├── interface-design
├── assets
│ ├── drawing-ui-after.png
│ ├── drawing-ui-before.png
│ └── text-ui-rental.png
└── showcase.md
├── interior-design
├── assets
│ ├── preview-furniture-after.png
│ ├── preview-furniture-before.png
│ ├── preview-furniture-furniture.png
│ ├── wall-color-after.png
│ ├── wall-color-before.png
│ └── wall-color-paint.png
└── showcase.md
├── logo-design
├── assets
│ ├── 2d-3d-after.png
│ ├── 2d-3d-before.png
│ ├── logo-transfer-after.png
│ ├── logo-transfer-before.png
│ ├── neon-effect-after.png
│ └── neon-effect-before.png
└── showcase.md
├── meme-generation
├── assets
│ └── coming-soon.png
└── showcase.md
├── style-transfer
├── assets
│ ├── chibi-style-after.png
│ ├── chibi-style-before.png
│ ├── ghibli-style-after.png
│ └── ghibli-style-before.png
└── showcase.md
└── temp
└── WesternStyleCartoon.md
/3d-model/assets/3d-toy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/3d-model/assets/3d-toy.png
--------------------------------------------------------------------------------
/3d-model/showcase.md:
--------------------------------------------------------------------------------
1 | ### Create 3D Toy Set
2 | Using text prompt to create a 3D toy set
3 |
4 | **Tool/Model used:** `ChatGPT 4o`
5 |
6 | **Prompt:**
7 | ```
8 | Create a realistic and humorous action figure of Mr. Bean, the iconic British comedy character played by Rowan Atkinson.
9 |
10 | The figure should be designed as a collectible action toy, capturing his quirky personality and classic look.
11 | Key Elements:
12 |
13 | Character Design: Accurately depict Mr. Bean’s exaggerated facial expression, distinctive features, and comedic body posture.
14 |
15 | Outfit: Signature brown tweed jacket, white shirt, thin red tie, dark trousers, and black shoes. Include a slightly awkward or goofy pose that reflects his clumsy yet lovable charm. Accessories: Include miniature props that are instantly recognizable from the show, such as: Teddy (his beloved stuffed bear) A suitcase His iconic lime green Mini car (as a miniature or on the box design) A turkey (as a reference to the famous holiday episode) A TV remote or random quirky objects that fit his antics
16 |
17 | Packaging Design: Place the action figure inside a detailed, collectible toy box. At the top of the box, display the title Mr. Bean in playful, bold lettering. Beneath that, include the character name "Mr. Bean", possibly with a humorous tagline like “The Ultimate Oddball Collectible.” The background design can feature a silly scene from the show (like his apartment or the car park).
18 |
19 | Visual Style: Render the entire figure, accessories, and packaging in a highly realistic, slightly cartoonish style to capture the essence of the character while keeping a lifelike toy aesthetic.
20 | ```
21 |
22 |
23 |
24 | ---
25 |
--------------------------------------------------------------------------------
/CONTRIBUTION.md:
--------------------------------------------------------------------------------
1 | # Contribution Guidelines
2 |
3 | Thank you for your interest in contributing to this project! 🎨🧠
4 |
5 | We welcome all contributions that showcase creative use cases of LLM's image generation capabilities. Please read the following guidelines before submitting your contribution.
6 |
7 | ## 🧾 How to Contribute
8 |
9 | 1. **Fork the repository**
10 | 2. **Create a new folder** under the appropriate category (or create a new category if needed)
11 | 3. **Include the following files:**
12 | - `ShowCase.md`: Explain the idea, prompt(s) used, and results.
13 | - `assets/`: Folder containing your generated images.
14 | 4. **Follow the folder structure**:
15 | ```
16 | - Category (e.g., Try On, Change to Anime Style)
17 | - Sub-style (e.g., Change Hair Style, Ghibli Style)
18 | - assets/
19 | - ShowCase.md
20 | ```
21 |
22 | Example structure:
23 | ```
24 | - Try On
25 | - Change Hair Style
26 | - assets/
27 | - ShowCase.md
28 | - Change cloth
29 | - assets/
30 | - ShowCase.md
31 | - Change to Anime Style
32 | - Ghibli Style
33 | - assets/
34 | - ShowCase.md
35 | - Western Cartoon
36 | - assets/
37 | - ShowCase.md
38 | ```
39 |
40 | ## 🖼️ What to Include in `ShowCase.md`
41 |
42 | - Title of your use case
43 | - A description of what you’re demonstrating
44 | - Tool/Model used
45 | - Prompt(s) you used
46 | - Image(s) (embedded from `assets/`)
47 | - (Optional) Insights, tips, or notes
48 |
49 | ## ✅ Checklist Before You Submit
50 |
51 | - [ ] Your contribution has a clear use case or transformation
52 | - [ ] Prompts are clean and reproducible
53 | - [ ] At least one image is included
54 | - [ ] Follows existing structure and naming conventions
55 |
56 | ## 🧾 License
57 |
58 | By contributing, you agree that your content will be shared under the [MIT License](LICENSE).
59 |
60 | ---
61 |
62 | Let’s inspire the world with AI creativity!🚀
63 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2025 Steven Song
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # GPT-4o Image Examples 🧠
2 |
3 | Welcome to the ultimate collection of creative use cases for LLM image generation capabilities.
4 | This open-source project showcases how you can transform/generate images using `GPT 4o`.
5 | The goal is to colelct all the examples and showcase them in one place to inspire people demonstrate their creativity with AI tools.
6 |
7 | Whether you're a developer, artist, or AI enthusiast, this repository is your inspiration hub and contribution platform for exploring the power of multimodal AI.
8 |
9 | > **⚠️Note: As I working on this project, I found [awesome-gpt4o-images](https://github.com/jamez-bondos/awesome-gpt4o-images).
10 | > This project has already got a lot of attention and has a lot of examples in both English and Chinese. Moving forward, I think it make more sense
11 | > for me to contribute to that project instead of maintaining this project as we try to be as collaborative as possible in the open source community and not make copy cat.
12 | > I encourage you to star the [awesome-gpt4o-images](https://github.com/jamez-bondos/awesome-gpt4o-images) project and leave your creativity there. 💖**
13 |
14 | # ✨ What You’ll Find Here
15 |
16 | - Prompt-to-Image Examples with visual results
17 |
18 | - Categories like image processing, style transfer, cartoon generation and so on
19 |
20 | - Ready-to-copy prompts and real user showcases
21 |
22 | - A simple way to contribute your own creations
23 |
24 | **🔍 Want to try it yourself? Explore all the usage below or [contribute your own](CONTRIBUTION.md) and join the community of AI image explorers.**
25 |
26 | ---
27 | # 📑 Categories
28 |
29 | - [Image Processing](#️-Image-Processing)
30 | - [Style Transfer](#-Style-Transfer)
31 | - [Logo Design](#-Logo-Design)
32 | - [Interior Design](#-Interior-Design)
33 | - [Interface Design](#-Interface-Design)
34 | - [Advertising](#-Advertising)
35 |
36 | ---
37 |
38 | # 🖼️ Image Processing
39 |
40 | ### **Colorize Photos**
41 | Turn a black and white photo in to color photo
42 |
43 | **Tool/Model used:** `ChatGPT 4o`
44 |
45 | **Prompt:**
46 | ```
47 | Create image Restore this black and white photo and colorize it
48 | ```
49 |
50 |
51 | ---
52 |
53 | ### **Remove People**
54 | Remove People from the scene
55 |
56 | **Tool/Model used:** `ChatGPT 4o`
57 |
58 | **Prompt:**
59 | ```
60 | Create image Modify the picture, request to remove all people in the picture, and keep 100% of all street scenes and store scenes
61 | ```
62 |
63 |
64 |
65 | ### [🔍 See More Image Processing Examples...](image-processing/showcase.md)
66 |
67 |
68 |
69 | # 🎨 Style Transfer
70 |
71 | ### Chibi Style
72 | Turn image into chibi style
73 |
74 | **Tool/Model used:** `ChatGPT 4o`
75 |
76 | **Prompt:**
77 | ```
78 | Create image Turn this image into Chibi style
79 | ```
80 |
81 |
82 | ---
83 |
84 | ### Ghibili Style
85 | Turn image into Ghibili style
86 |
87 | **Tool/Model used:** `ChatGPT 4o`
88 |
89 | **Prompt:**
90 | ```
91 | Create image Turn this image into studio Ghibli style
92 | ```
93 |
94 |
95 |
96 | ---
97 |
98 | ### [🔍 See More Style Transfer Examples...](style-transfer/showcase.md)
99 |
100 |
101 |
102 | # 💡 Logo Design
103 |
104 | ### 2D -> 3D
105 | Turn a 2D logo into a 3D logo
106 |
107 | **Tool/Model used:** `ChatGPT 4o`
108 |
109 | **Prompt:**
110 | ```
111 | Create image Make the 3D version of the attached Icon
112 | ```
113 |
114 |
115 |
116 | ---
117 |
118 | ### Neon Effect
119 | Add a neon effect to the logo
120 |
121 | **Tool/Model used:** `ChatGPT 4o`
122 |
123 | **Prompt:**
124 | ```
125 | Create image Turn this logo into a realistic neon sign illustration. Use vibrant glowing neon colors (cyan, magenta, electric blue, or bright green) with a dark background to emphasize luminosity. Add soft ambient lighting, subtle glow effects, reflections, and a slight hint of shadows for realism. Make sure the neon tubes follow the shape and lines of the logo clearly, maintaining its original proportions and structure.
126 | ```
127 |
128 |
129 | ---
130 |
131 | ### [🔍 See More Logo Design Examples...](logo-design/showcase.md)
132 |
133 |
134 |
135 | # 🛖 Interior Design
136 |
137 | ### Change Wall Color
138 | Preview the room with a different wall color
139 |
140 | **Tool/Model used:** `ChatGPT 4o`
141 |
142 | **Prompt:**
143 | ```
144 | Create image Change the wall color of the room in the first attached image to the color of the second attached image, keeping all furniture, decorations, lighting, and layout exactly the same. Preserve shadows, textures, and natural lighting to maintain a realistic appearance.
145 | ```
146 |
147 |
148 |
149 |
150 |
151 | ---
152 |
153 | ### Preivew Furniture Layout
154 | Preview the furniture layout in the room
155 |
156 | **Tool/Model used:** `ChatGPT 4o`
157 |
158 | **Prompt:**
159 | ```
160 | Create image Realistically add the furniture from the second image into the room from the first image. Position it naturally behind the bed within the existing layout, matching the scale, perspective, lighting, and shadows of the original room. Preserve the original style and colors of the room while seamlessly integrating the new furniture, creating a cohesive and believable preview.
161 | ```
162 |
163 |
164 |
165 |
166 | ---
167 |
168 | ### [🔍 See More Interior Design Examples...](interior-design/showcase.md)
169 |
170 |
171 | # 📱 Interface Design
172 | ### Hand drawing to UI
173 | Turn hand drawn sketch into a High-Fidelity UI
174 |
175 | **Tool/Model used:** `ChatGPT 4o`
176 |
177 | **Prompt:**
178 | ```
179 | Create image Turn this low fidelity wire frame to a high fidelity user interface
180 | ```
181 |
182 |
183 |
184 | ---
185 |
186 | ### Text To UI
187 | Turn text prompt into a high fidelity user interface
188 |
189 | **Tool/Model used:** `ChatGPT 4o`
190 |
191 | **Prompt:**
192 | ```
193 | The goal is to create a web app offering a platform for short-term rentals and unique travel experiences. This competitor will differentiate itself through enhanced trust, transparency, and curated offerings tailored to specific traveler needs, such as families, business professionals, and adventure seekers.
194 |
195 | Key Goals and Objectives
196 | Primary Goals:
197 | Provide a diverse range of accommodations, including whole-home rentals, shared spaces, and unique stays (e.g., treehouses, glamping).
198 | Offer curated travel experiences and activities hosted by locals.
199 | Build a strong trust framework with robust verification processes for hosts and guests.
200 |
201 | Secondary Goals:
202 | Enhance user experience with advanced search filters (e.g., pet-friendly, remote work amenities).
203 | Support sustainable tourism initiatives by promoting eco-friendly stays.
204 | Integrate seamless payment systems with flexible cancellation policies.
205 |
206 | Target Audience
207 |
208 | Primary Users:
209 | Millennials and Gen Z travelers seeking authentic experiences.
210 | Families looking for spacious accommodations.
211 | Business professionals needing reliable short-term rentals with work-friendly amenities.
212 | Digital nomads blending work and leisure travel (bleisure).
213 |
214 | Demographics:
215 | Age: 18–45 years old for accommodations; broader age range (18–60) for experiences.
216 | Gender: Balanced audience (54% female, 46% male).
217 | Psychographics: Adventurous, experience-seeking individuals who value personalization and affordability.
218 |
219 | Competitor Analysis
220 |
221 | Airbnb:
222 | Strengths: Global brand recognition, diverse listings, user-friendly platform.
223 | Weaknesses: Regulatory challenges, inconsistent quality across listings.
224 |
225 | Vrbo:
226 | Strengths: Focus on whole-home rentals for families.
227 | Weaknesses: Limited options for solo travelers or unique stays.
228 |
229 | Booking .com:
230 | Strengths: Integration of hotels and peer-to-peer rentals.
231 | Weaknesses: Less emphasis on unique local experiences.
232 | Design Requirements
233 |
234 | Functional Needs:
235 | Advanced search filters (e.g., budget range, amenities like Wi-Fi or kitchens).
236 | Verified listings with host ratings and reviews to ensure transparency.
237 | Interactive maps showing nearby attractions and activities.
238 | Customizable trip itineraries combining stays with local experiences.
239 |
240 | Visual Design:
241 | Clean interface with intuitive navigation for booking stays or experiences.
242 | Light/dark mode options for accessibility.
243 | High-quality visuals showcasing properties and activities.
244 | ```
245 |
246 |
247 | ---
248 |
249 | ### [🔍 See More Interface Design Examples...](interface-design/showcase.md)
250 |
251 |
252 |
253 | # 📡 Advertising
254 |
255 | ### Create Poster
256 | Turn an image of a object into a ad poster
257 |
258 | **Tool/Model used:** `ChatGPT 4o`
259 |
260 | **Prompt:**
261 | ```
262 | Create image Creative ad from the 80s, Adidas
263 | ```
264 |
265 |
266 |
267 | ---
268 |
269 |
270 | ### Image to Ad
271 | Turn an image into a ad poster
272 |
273 | **Tool/Model used:** `ChatGPT 4o`
274 |
275 | **Prompt:**
276 | ```
277 | Create image Turn this image into a McDonalds ad
278 | ```
279 |
280 |
281 | ---
282 |
283 | ### [🔍 See More Advertising Examples...](advertising/showcase.md)
284 |
285 |
286 |
--------------------------------------------------------------------------------
/advertising/assets/ad-poster-after.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/advertising/assets/ad-poster-after.png
--------------------------------------------------------------------------------
/advertising/assets/ad-poster-before.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/advertising/assets/ad-poster-before.png
--------------------------------------------------------------------------------
/advertising/assets/image-ad-after.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/advertising/assets/image-ad-after.png
--------------------------------------------------------------------------------
/advertising/assets/image-ad-before.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/advertising/assets/image-ad-before.png
--------------------------------------------------------------------------------
/advertising/showcase.md:
--------------------------------------------------------------------------------
1 | ### Create Poster
2 | Turn an image of a object into a ad poster
3 |
4 | **Tool/Model used:** `ChatGPT 4o`
5 |
6 | **Prompt:**
7 | ```
8 | Create image Creative ad from the 80s, Adidas
9 | ```
10 |
11 |
12 |
13 | ---
14 |
15 |
16 | ### Image to Ad
17 | Turn an image into a ad poster
18 |
19 | **Tool/Model used:** `ChatGPT 4o`
20 |
21 | **Prompt:**
22 | ```
23 | Create image Turn this image into a McDonalds ad
24 | ```
25 |
26 |
--------------------------------------------------------------------------------
/image-processing/assets/change-perspective-after.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/image-processing/assets/change-perspective-after.png
--------------------------------------------------------------------------------
/image-processing/assets/change-perspective-before.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/image-processing/assets/change-perspective-before.png
--------------------------------------------------------------------------------
/image-processing/assets/colorize-photos-after.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/image-processing/assets/colorize-photos-after.png
--------------------------------------------------------------------------------
/image-processing/assets/colorize-photos-before.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/image-processing/assets/colorize-photos-before.png
--------------------------------------------------------------------------------
/image-processing/assets/remove-people-after.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/image-processing/assets/remove-people-after.png
--------------------------------------------------------------------------------
/image-processing/assets/remove-people-before.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/image-processing/assets/remove-people-before.png
--------------------------------------------------------------------------------
/image-processing/showcase.md:
--------------------------------------------------------------------------------
1 | ### Colorize Photos
2 | Turn a black and white photo in to color photo
3 |
4 | **Tool/Model used:** `ChatGPT 4o`
5 |
6 | **Prompt:**
7 | ```
8 | Create image Restore this black and white photo and colorize it
9 | ```
10 |
11 |
12 |
13 | ---
14 |
15 | ### Remove People
16 | Remove People from the scene
17 |
18 | **Tool/Model used:** `ChatGPT 4o`
19 |
20 | **Prompt:**
21 | ```
22 | Create image Modify the picture, request to remove all people in the picture, and keep 100% of all street scenes and store scenes
23 | ```
24 |
25 |
26 | ---
27 |
28 | ### Change Perspective
29 | Change the perspective of the image to bird's eye view
30 |
31 | **Tool/Model used:** `ChatGPT 4o`
32 |
33 | **Prompt:**
34 | ```
35 | Create image Change the image to the bird-eye perspective
36 | ```
37 |
38 |
39 | ---
40 |
41 |
42 |
43 |
--------------------------------------------------------------------------------
/interface-design/assets/drawing-ui-after.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/interface-design/assets/drawing-ui-after.png
--------------------------------------------------------------------------------
/interface-design/assets/drawing-ui-before.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/interface-design/assets/drawing-ui-before.png
--------------------------------------------------------------------------------
/interface-design/assets/text-ui-rental.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/interface-design/assets/text-ui-rental.png
--------------------------------------------------------------------------------
/interface-design/showcase.md:
--------------------------------------------------------------------------------
1 | ### Hand drawing to UI
2 | Turn hand drawn sketch into a High-Fidelity UI
3 |
4 | **Tool/Model used:** `ChatGPT 4o`
5 |
6 | **Prompt:**
7 | ```
8 | Create image Turn this low fidelity wire frame to a high fidelity user interface
9 | ```
10 |
11 |
12 |
13 | ---
14 |
15 | ### Text To UI
16 | Turn text prompt into a high fidelity user interface
17 |
18 | **Tool/Model used:** `ChatGPT 4o`
19 |
20 | **Prompt:**
21 | ```
22 | The goal is to create a web app offering a platform for short-term rentals and unique travel experiences. This competitor will differentiate itself through enhanced trust, transparency, and curated offerings tailored to specific traveler needs, such as families, business professionals, and adventure seekers.
23 |
24 | Key Goals and Objectives
25 | Primary Goals:
26 | Provide a diverse range of accommodations, including whole-home rentals, shared spaces, and unique stays (e.g., treehouses, glamping).
27 | Offer curated travel experiences and activities hosted by locals.
28 | Build a strong trust framework with robust verification processes for hosts and guests.
29 |
30 | Secondary Goals:
31 | Enhance user experience with advanced search filters (e.g., pet-friendly, remote work amenities).
32 | Support sustainable tourism initiatives by promoting eco-friendly stays.
33 | Integrate seamless payment systems with flexible cancellation policies.
34 |
35 | Target Audience
36 |
37 | Primary Users:
38 | Millennials and Gen Z travelers seeking authentic experiences.
39 | Families looking for spacious accommodations.
40 | Business professionals needing reliable short-term rentals with work-friendly amenities.
41 | Digital nomads blending work and leisure travel (bleisure).
42 |
43 | Demographics:
44 | Age: 18–45 years old for accommodations; broader age range (18–60) for experiences.
45 | Gender: Balanced audience (54% female, 46% male).
46 | Psychographics: Adventurous, experience-seeking individuals who value personalization and affordability.
47 |
48 | Competitor Analysis
49 |
50 | Airbnb:
51 | Strengths: Global brand recognition, diverse listings, user-friendly platform.
52 | Weaknesses: Regulatory challenges, inconsistent quality across listings.
53 |
54 | Vrbo:
55 | Strengths: Focus on whole-home rentals for families.
56 | Weaknesses: Limited options for solo travelers or unique stays.
57 |
58 | Booking .com:
59 | Strengths: Integration of hotels and peer-to-peer rentals.
60 | Weaknesses: Less emphasis on unique local experiences.
61 | Design Requirements
62 |
63 | Functional Needs:
64 | Advanced search filters (e.g., budget range, amenities like Wi-Fi or kitchens).
65 | Verified listings with host ratings and reviews to ensure transparency.
66 | Interactive maps showing nearby attractions and activities.
67 | Customizable trip itineraries combining stays with local experiences.
68 |
69 | Visual Design:
70 | Clean interface with intuitive navigation for booking stays or experiences.
71 | Light/dark mode options for accessibility.
72 | High-quality visuals showcasing properties and activities.
73 | ```
74 |
75 |
76 | ---
77 |
78 |
79 |
--------------------------------------------------------------------------------
/interior-design/assets/preview-furniture-after.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/interior-design/assets/preview-furniture-after.png
--------------------------------------------------------------------------------
/interior-design/assets/preview-furniture-before.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/interior-design/assets/preview-furniture-before.png
--------------------------------------------------------------------------------
/interior-design/assets/preview-furniture-furniture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/interior-design/assets/preview-furniture-furniture.png
--------------------------------------------------------------------------------
/interior-design/assets/wall-color-after.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/interior-design/assets/wall-color-after.png
--------------------------------------------------------------------------------
/interior-design/assets/wall-color-before.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/interior-design/assets/wall-color-before.png
--------------------------------------------------------------------------------
/interior-design/assets/wall-color-paint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/interior-design/assets/wall-color-paint.png
--------------------------------------------------------------------------------
/interior-design/showcase.md:
--------------------------------------------------------------------------------
1 | ### Change Wall Color
2 | Preview the room with a different wall color
3 |
4 | **Tool/Model used:** `ChatGPT 4o`
5 |
6 | **Prompt:**
7 | ```
8 | Create image Change the wall color of the room in the first attached image to the color of the second attached image, keeping all furniture, decorations, lighting, and layout exactly the same. Preserve shadows, textures, and natural lighting to maintain a realistic appearance.
9 | ```
10 |
11 |
12 |
13 |
14 |
15 | ---
16 |
17 | ### Preivew Furniture Layout
18 | Preview the furniture layout in the room
19 |
20 | **Tool/Model used:** `ChatGPT 4o`
21 |
22 | **Prompt:**
23 | ```
24 | Create image Realistically add the furniture from the second image into the room from the first image. Position it naturally behind the bed within the existing layout, matching the scale, perspective, lighting, and shadows of the original room. Preserve the original style and colors of the room while seamlessly integrating the new furniture, creating a cohesive and believable preview.
25 | ```
26 |
27 |
28 |
29 |
30 | ---
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/logo-design/assets/2d-3d-after.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/logo-design/assets/2d-3d-after.png
--------------------------------------------------------------------------------
/logo-design/assets/2d-3d-before.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/logo-design/assets/2d-3d-before.png
--------------------------------------------------------------------------------
/logo-design/assets/logo-transfer-after.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/logo-design/assets/logo-transfer-after.png
--------------------------------------------------------------------------------
/logo-design/assets/logo-transfer-before.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/logo-design/assets/logo-transfer-before.png
--------------------------------------------------------------------------------
/logo-design/assets/neon-effect-after.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/logo-design/assets/neon-effect-after.png
--------------------------------------------------------------------------------
/logo-design/assets/neon-effect-before.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/logo-design/assets/neon-effect-before.png
--------------------------------------------------------------------------------
/logo-design/showcase.md:
--------------------------------------------------------------------------------
1 | ### 2D -> 3D
2 | Turn a 2D logo into a 3D logo
3 |
4 | **Tool/Model used:** `ChatGPT 4o`
5 |
6 | **Prompt:**
7 | ```
8 | Create image Make the 3D version of the attached Icon
9 | ```
10 |
11 |
12 |
13 | ---
14 |
15 | ### Logo Transfer
16 | Generate a new logo in the same style as the original
17 |
18 | **Tool/Model used:** `ChatGPT 4o`
19 |
20 | **Prompt:**
21 | ```
22 | Create image Create a clean, modern, minimalist app icon logo for a fitness mobile application. Use a smooth gradient background blending vibrant shades of blue or green. Design a simple, recognizable fitness-related symbol (such as a dumbbell) in white with rounded edges, centered on the background. Keep the style similar to the attached icon, emphasizing simplicity, clarity, and modern aesthetics.
23 | ```
24 |
25 |
26 | ---
27 |
28 | ### Neon Effect
29 | Add a neon effect to the logo
30 |
31 | **Tool/Model used:** `ChatGPT 4o`
32 |
33 | **Prompt:**
34 | ```
35 | Create image Turn this logo into a realistic neon sign illustration. Use vibrant glowing neon colors (cyan, magenta, electric blue, or bright green) with a dark background to emphasize luminosity. Add soft ambient lighting, subtle glow effects, reflections, and a slight hint of shadows for realism. Make sure the neon tubes follow the shape and lines of the logo clearly, maintaining its original proportions and structure.
36 | ```
37 |
38 |
39 | ---
40 |
41 |
42 |
43 |
--------------------------------------------------------------------------------
/meme-generation/assets/coming-soon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/meme-generation/assets/coming-soon.png
--------------------------------------------------------------------------------
/meme-generation/showcase.md:
--------------------------------------------------------------------------------
1 |
2 | TO BE ADDED
--------------------------------------------------------------------------------
/style-transfer/assets/chibi-style-after.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/style-transfer/assets/chibi-style-after.png
--------------------------------------------------------------------------------
/style-transfer/assets/chibi-style-before.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/style-transfer/assets/chibi-style-before.png
--------------------------------------------------------------------------------
/style-transfer/assets/ghibli-style-after.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/style-transfer/assets/ghibli-style-after.png
--------------------------------------------------------------------------------
/style-transfer/assets/ghibli-style-before.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/StevenSong-sTs/gpt4o-image-examples/b45a1c82ddeb2bbfd8ac50dbc4e2eb5025810f9a/style-transfer/assets/ghibli-style-before.png
--------------------------------------------------------------------------------
/style-transfer/showcase.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | ### Chibi Style
4 | Turn image into chibi style
5 |
6 | **Tool/Model used:** `ChatGPT 4o`
7 |
8 | **Prompt:**
9 | ```
10 | Create image Turn this image into Chibi style
11 | ```
12 |
13 |
14 | ---
15 |
16 | ### Ghibili Style
17 | Turn image into Ghibili style
18 |
19 | **Tool/Model used:** `ChatGPT 4o`
20 |
21 | **Prompt:**
22 | ```
23 | Create image Turn this image into studio Ghibli style
24 | ```
25 |
26 |
27 |
28 | ---
29 |
30 | ### Wester Cartoon Style
31 | Turn image into Wester Cartoon style
32 |
33 | **Tool/Model used:** `ChatGPT 4o`
34 |
35 | **Prompt:**
36 | ```
37 | Create image Change the image to the bird-eye perspective
38 | ```
39 |
40 |
41 |
42 |
--------------------------------------------------------------------------------
/temp/WesternStyleCartoon.md:
--------------------------------------------------------------------------------
1 | # Western Style Cartoon
2 |
3 | ## How Tariffs Work
4 | Generate a Full-Page Storytelling Comic — 4x2 Grid Layout
5 |
6 | ### Title: "How Tariffs Work"
7 |
8 | ### Layout Note:
9 | - The comic should be arranged in 4 rows × 2 columns (4x2 grid).
10 | - Panels are labeled by their grid positions:
11 | - Grid (1,1) = top-left
12 | - Grid (4,2) = bottom-right
13 |
14 | ### Grid (1,1) — Factory Produces the TV
15 | - **Scene**: A foreign factory produces a TV labeled "$1000".
16 | - **Visual Notes**:
17 | - Factory building labeled with a label "Foreign Factory".
18 | - TV clearly shown with a price tag: "$1000".
19 |
20 | ### Grid (1,2) — Shipping the TV to Customs Checkpoint
21 | - **Scene**: A cargo ship transports the TV to the Customs Checkpoint.
22 | - **Visual Notes**:
23 | - Show a cargo ship reaching the checkpoint building.
24 | - Customs checkpoint with a large sign: "25% Tariff".
25 |
26 | ### Grid (2,1) — Importer Pays Tariff
27 | - **Scene**: A Importer come to Custom checkpoint to take the TV
28 | - **Visual Notes**:
29 | - Character labeled "Importer" who wear formal suit hands money out and hold the TV with the other hand.
30 | - A Dialogue balloon: "$1000 + $250 tariff".
31 |
32 | ### Grid (2,2) — Importer Resells at Profit
33 | - **Scene**: Importer sells TV for $1500.
34 | - **Visual Notes**:
35 | - Importer gives TV to a buyer who is in casual clothes.
36 | - Price tag: "$1500" on the TV
37 | - Dialogue: "$1250 cost + $250 margin"
38 |
39 | ### Grid (3,1) — Tariff Increase Announced
40 | - **Scene**: Customs checkpoint updates tariff from 25% to 50%.
41 | - **Visual Notes**:
42 | - A officer place a new sign out the checkpoint
43 | - The sign say 50% Tarrif
44 |
45 | ### Grid (3,2) — Second Shipment Under New Tariff
46 | - **Scene**: ships reach Custom Checkpoint with new tarrif
47 | - **Visual Notes**:
48 | - Show a cargo ship reaching the checkpoint building.
49 | - Customs checkpoint with a large sign: "50% Tariff".
50 |
51 | ### Grid (4,1) — Importer Pays Higher Tariff
52 | - **Scene**: A Importer come to Custom checkpoint to take the TV
53 | - **Visual Notes**:
54 | - Character labeled "Importer" who wear formal suit hands money out and hold the TV with the other hand.
55 | - A Dialogue balloon: "$1000 + $500 tariff".
56 |
57 | ### Grid (4,2) — Importer Resells at Profit
58 | - **Scene**:Importer resells the TV for $1750.
59 | - **Visual Notes**:
60 | - Importer gives TV to a buyer who is in casual clothes.
61 | - Price tag: "$1750" on the TV
62 | - Dialogue: "$1500 cost + $250 margin"
63 |
64 |
65 | ### Other Notes:
66 | - Maintain consistent art style, characters, and visual symbols throughout all panels.
67 |
--------------------------------------------------------------------------------