Malaji71 commited on
Commit
0988a9c
·
verified ·
1 Parent(s): b20d4bd

Add 2 files

Browse files
Files changed (2) hide show
  1. index.html +162 -6
  2. prompts.txt +2 -1
index.html CHANGED
@@ -3,11 +3,11 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Keynote ha muerto</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link rel="preconnect" href="https://fonts.googleapis.com">
9
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10
- <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap" rel="stylesheet">
11
  <style>
12
  body {
13
  margin: 0;
@@ -30,6 +30,7 @@
30
  height: 100%;
31
  object-fit: cover;
32
  z-index: 1;
 
33
  }
34
 
35
  .hero-content {
@@ -44,6 +45,12 @@
44
  text-align: center;
45
  padding: 2rem;
46
  background: rgba(0, 0, 0, 0.2);
 
 
 
 
 
 
47
  }
48
 
49
  .hero-title {
@@ -52,12 +59,48 @@
52
  line-height: 1;
53
  margin-bottom: 1rem;
54
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
 
 
55
  }
56
 
57
  .hero-subtitle {
58
  font-size: 1.5rem;
59
  max-width: 600px;
60
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  }
62
 
63
  @media (max-width: 768px) {
@@ -68,11 +111,26 @@
68
  .hero-subtitle {
69
  font-size: 1.2rem;
70
  }
 
 
 
 
71
  }
72
  </style>
73
  </head>
74
  <body>
75
- <!-- First Hero Section -->
 
 
 
 
 
 
 
 
 
 
 
76
  <div class="hero-container">
77
  <img src="https://huggingface.co/datasets/Malaji71/imagenes/resolve/main/malaji71_IMG_7249.CR2_ISO_400_f16_11000s_50mm_MF_A_crazy_person_4a13a1fb-3eb8-4175-8fe4-8250ced7722e.png"
78
  alt="Keynote ha muerto"
@@ -84,7 +142,7 @@
84
  </div>
85
  </div>
86
 
87
- <!-- Second Hero Section -->
88
  <div class="hero-container">
89
  <img src="https://datasets-server.huggingface.co/assets/Malaji71/imagenes/--/24517f4d9d97cae07d3446e1a4c60bab0586a779/--/default/train/4/image/image.jpg?Expires=1747667165&Signature=bnr98m3MrrYWMVFj52O6EupK9ezh5VFxhm2Sn18eCZ7a68EmT-SxJ1jK-~NwzA6cy1bC5s-ZNVY8~ag9vF8Vd00xxbV0Em9uilUe1U2WrtbQyIV~rriiOUNoC1C5ucix0~lbh6r6lZp2FxOPqKi31lM6duvQQSaf9sz3G50s~56btYWVWcrBOPZkvI4M0ROlff7SFeOaJ94IT-Qg6BCXYa7~Q9o33WeKDqiafw~4FD7UhrOYE9Hv0J02pT-03iba8c8a3zdBLhkOJVLXXak3PwVfXTxQBVVM7qyVuf-FJORUNldZaFwKFL3K4641s4fApAd6XcuZDFuCxGZdsqr7Ig__&Key-Pair-Id=K3EI6M078Z3AC3"
90
  alt="Que se mueran los feos"
@@ -96,25 +154,123 @@
96
  </div>
97
  </div>
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  <script>
100
- // Simple parallax effect for both images
101
  document.addEventListener('DOMContentLoaded', function() {
102
  const heroImages = document.querySelectorAll('.hero-image');
 
 
103
 
 
104
  window.addEventListener('scroll', function() {
105
  const scrollPosition = window.pageYOffset;
 
106
  heroImages.forEach(img => {
107
  const section = img.parentElement;
108
  const sectionTop = section.offsetTop;
109
  const sectionHeight = section.offsetHeight;
110
 
111
- // Only apply parallax when the section is in view
112
  if (scrollPosition > sectionTop - window.innerHeight &&
113
  scrollPosition < sectionTop + sectionHeight) {
114
  const relativeScroll = scrollPosition - sectionTop;
115
  img.style.transform = `translateY(${relativeScroll * 0.3}px)`;
116
  }
117
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
  });
119
  });
120
  </script>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Galería Visual Impactante</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link rel="preconnect" href="https://fonts.googleapis.com">
9
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10
+ <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Montserrat:wght@300;400;600;700&display=swap" rel="stylesheet">
11
  <style>
12
  body {
13
  margin: 0;
 
30
  height: 100%;
31
  object-fit: cover;
32
  z-index: 1;
33
+ transition: transform 0.5s ease;
34
  }
35
 
36
  .hero-content {
 
45
  text-align: center;
46
  padding: 2rem;
47
  background: rgba(0, 0, 0, 0.2);
48
+ opacity: 0;
49
+ transition: opacity 0.8s ease;
50
+ }
51
+
52
+ .hero-container:hover .hero-content {
53
+ opacity: 1;
54
  }
55
 
56
  .hero-title {
 
59
  line-height: 1;
60
  margin-bottom: 1rem;
61
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
62
+ transform: translateY(20px);
63
+ transition: transform 0.5s ease;
64
  }
65
 
66
  .hero-subtitle {
67
  font-size: 1.5rem;
68
  max-width: 600px;
69
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
70
+ transform: translateY(20px);
71
+ transition: transform 0.5s ease 0.1s;
72
+ font-family: 'Montserrat', sans-serif;
73
+ font-weight: 300;
74
+ }
75
+
76
+ .hero-container:hover .hero-title,
77
+ .hero-container:hover .hero-subtitle {
78
+ transform: translateY(0);
79
+ }
80
+
81
+ .nav-dots {
82
+ position: fixed;
83
+ right: 2rem;
84
+ top: 50%;
85
+ transform: translateY(-50%);
86
+ z-index: 100;
87
+ display: flex;
88
+ flex-direction: column;
89
+ gap: 1rem;
90
+ }
91
+
92
+ .nav-dot {
93
+ width: 12px;
94
+ height: 12px;
95
+ border-radius: 50%;
96
+ background: rgba(255, 255, 255, 0.5);
97
+ cursor: pointer;
98
+ transition: all 0.3s ease;
99
+ }
100
+
101
+ .nav-dot.active {
102
+ background: white;
103
+ transform: scale(1.3);
104
  }
105
 
106
  @media (max-width: 768px) {
 
111
  .hero-subtitle {
112
  font-size: 1.2rem;
113
  }
114
+
115
+ .nav-dots {
116
+ display: none;
117
+ }
118
  }
119
  </style>
120
  </head>
121
  <body>
122
+ <!-- Navigation Dots -->
123
+ <div class="nav-dots">
124
+ <div class="nav-dot active" data-section="0"></div>
125
+ <div class="nav-dot" data-section="1"></div>
126
+ <div class="nav-dot" data-section="2"></div>
127
+ <div class="nav-dot" data-section="3"></div>
128
+ <div class="nav-dot" data-section="4"></div>
129
+ <div class="nav-dot" data-section="5"></div>
130
+ <div class="nav-dot" data-section="6"></div>
131
+ </div>
132
+
133
+ <!-- Section 1 -->
134
  <div class="hero-container">
135
  <img src="https://huggingface.co/datasets/Malaji71/imagenes/resolve/main/malaji71_IMG_7249.CR2_ISO_400_f16_11000s_50mm_MF_A_crazy_person_4a13a1fb-3eb8-4175-8fe4-8250ced7722e.png"
136
  alt="Keynote ha muerto"
 
142
  </div>
143
  </div>
144
 
145
+ <!-- Section 2 -->
146
  <div class="hero-container">
147
  <img src="https://datasets-server.huggingface.co/assets/Malaji71/imagenes/--/24517f4d9d97cae07d3446e1a4c60bab0586a779/--/default/train/4/image/image.jpg?Expires=1747667165&Signature=bnr98m3MrrYWMVFj52O6EupK9ezh5VFxhm2Sn18eCZ7a68EmT-SxJ1jK-~NwzA6cy1bC5s-ZNVY8~ag9vF8Vd00xxbV0Em9uilUe1U2WrtbQyIV~rriiOUNoC1C5ucix0~lbh6r6lZp2FxOPqKi31lM6duvQQSaf9sz3G50s~56btYWVWcrBOPZkvI4M0ROlff7SFeOaJ94IT-Qg6BCXYa7~Q9o33WeKDqiafw~4FD7UhrOYE9Hv0J02pT-03iba8c8a3zdBLhkOJVLXXak3PwVfXTxQBVVM7qyVuf-FJORUNldZaFwKFL3K4641s4fApAd6XcuZDFuCxGZdsqr7Ig__&Key-Pair-Id=K3EI6M078Z3AC3"
148
  alt="Que se mueran los feos"
 
154
  </div>
155
  </div>
156
 
157
+ <!-- Section 3 -->
158
+ <div class="hero-container">
159
+ <img src="https://huggingface.co/datasets/Malaji71/imagenes/resolve/main/WhatsApp%20Image%202025-05-18%20at%2012.45.32.jpeg"
160
+ alt="Instantáneas del caos"
161
+ class="hero-image">
162
+
163
+ <div class="hero-content">
164
+ <h1 class="hero-title">Instantáneas del caos</h1>
165
+ <p class="hero-subtitle">Cuando la realidad supera la ficción</p>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Section 4 -->
170
+ <div class="hero-container">
171
+ <img src="https://huggingface.co/datasets/Malaji71/imagenes/resolve/main/magnific-fKE10HPbp6kO5KajBZFJ-malaji71_CSP_MANGA15.CLIP_portrait_of_a_young_woman_with_short__23e9ab78-b3fd-43f8-bb96-1e2f38871976.jpeg"
172
+ alt="Retrato de una era"
173
+ class="hero-image">
174
+
175
+ <div class="hero-content">
176
+ <h1 class="hero-title">Retrato de una era</h1>
177
+ <p class="hero-subtitle">La belleza en la simplicidad</p>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Section 5 -->
182
+ <div class="hero-container">
183
+ <img src="https://huggingface.co/datasets/Malaji71/imagenes/resolve/main/malaji71_A001C003_140325_R28F.ari_ISO_800_f16_130s_135mm_MF_A_m_cdd45518-cc4d-4cd6-96f9-c2aafb5a9d04.png"
184
+ alt="El arte de la luz"
185
+ class="hero-image">
186
+
187
+ <div class="hero-content">
188
+ <h1 class="hero-title">El arte de la luz</h1>
189
+ <p class="hero-subtitle">Cuando la fotografía se convierte en pintura</p>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Section 6 -->
194
+ <div class="hero-container">
195
+ <img src="https://huggingface.co/datasets/Malaji71/imagenes/resolve/main/malaji71_A001C003_140325_R28F.ari_ISO_800_f16_130s_135mm_MF_A_m_e5199102-ad12-41fe-8813-42f62709ce4a.png"
196
+ alt="Sombras que hablan"
197
+ class="hero-image">
198
+
199
+ <div class="hero-content">
200
+ <h1 class="hero-title">Sombras que hablan</h1>
201
+ <p class="hero-subtitle">Lo que no se ve es más importante que lo visible</p>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Section 7 -->
206
+ <div class="hero-container">
207
+ <img src="https://huggingface.co/datasets/Malaji71/imagenes/resolve/main/malaji71_A001C003_140325_R28F.ari_ISO_800_f16_130s_135mm_MF_a_c_31211b2e-1d11-4521-9a2d-073a6fcac8fe.png"
208
+ alt="El último suspiro"
209
+ class="hero-image">
210
+
211
+ <div class="hero-content">
212
+ <h1 class="hero-title">El último suspiro</h1>
213
+ <p class="hero-subtitle">Cuando el tiempo se detiene para siempre</p>
214
+ </div>
215
+ </div>
216
+
217
  <script>
 
218
  document.addEventListener('DOMContentLoaded', function() {
219
  const heroImages = document.querySelectorAll('.hero-image');
220
+ const heroContainers = document.querySelectorAll('.hero-container');
221
+ const navDots = document.querySelectorAll('.nav-dot');
222
 
223
+ // Parallax effect
224
  window.addEventListener('scroll', function() {
225
  const scrollPosition = window.pageYOffset;
226
+
227
  heroImages.forEach(img => {
228
  const section = img.parentElement;
229
  const sectionTop = section.offsetTop;
230
  const sectionHeight = section.offsetHeight;
231
 
 
232
  if (scrollPosition > sectionTop - window.innerHeight &&
233
  scrollPosition < sectionTop + sectionHeight) {
234
  const relativeScroll = scrollPosition - sectionTop;
235
  img.style.transform = `translateY(${relativeScroll * 0.3}px)`;
236
  }
237
  });
238
+
239
+ // Update active nav dot
240
+ heroContainers.forEach((container, index) => {
241
+ const rect = container.getBoundingClientRect();
242
+ if (rect.top <= window.innerHeight / 2 && rect.bottom >= window.innerHeight / 2) {
243
+ navDots.forEach(dot => dot.classList.remove('active'));
244
+ navDots[index].classList.add('active');
245
+ }
246
+ });
247
+ });
248
+
249
+ // Navigation dots click event
250
+ navDots.forEach(dot => {
251
+ dot.addEventListener('click', function() {
252
+ const sectionIndex = parseInt(this.getAttribute('data-section'));
253
+ const targetSection = heroContainers[sectionIndex];
254
+ window.scrollTo({
255
+ top: targetSection.offsetTop,
256
+ behavior: 'smooth'
257
+ });
258
+ });
259
+ });
260
+
261
+ // Show content on hover
262
+ heroContainers.forEach(container => {
263
+ container.addEventListener('mouseenter', function() {
264
+ this.querySelector('.hero-content').style.opacity = '1';
265
+ this.querySelector('.hero-title').style.transform = 'translateY(0)';
266
+ this.querySelector('.hero-subtitle').style.transform = 'translateY(0)';
267
+ });
268
+
269
+ container.addEventListener('mouseleave', function() {
270
+ this.querySelector('.hero-content').style.opacity = '0';
271
+ this.querySelector('.hero-title').style.transform = 'translateY(20px)';
272
+ this.querySelector('.hero-subtitle').style.transform = 'translateY(20px)';
273
+ });
274
  });
275
  });
276
  </script>
prompts.txt CHANGED
@@ -1,4 +1,5 @@
1
  Quiero crear una web ultra moderna y dinámica que se llame "Keynote ha muerto". Con texto: "ya es posible crear las presentaciones e incluir las imágenes". Esta app tieme que contener estas imágnenes que ordenarás de la forma más estètica y creatia que puedas y pone tus propios textos: Imágenes: https://huggingface.co/datasets/Malaji71/imagenes/tree/main#:~:text=WhatsApp%20Image%202025%2D05%2D18%20at%2012.45.32.jpeg https://huggingface.co/datasets/Malaji71/imagenes/tree/main#:~:text=magnific%2DfKE10HPbp6kO5KajBZFJ%2Dmalaji71_CSP_MANGA15.CLIP_portrait_of_a_young_woman_with_short__23e9ab78%2Db3fd%2D43f8%2Dbb96%2D1e2f38871976.jpeg https://huggingface.co/datasets/Malaji71/imagenes/tree/main#:~:text=malaji71_A001C003_140325_R28F.ari_ISO_800_f16_130s_135mm_MF_A_m_cdd45518%2Dcc4d%2D4cd6%2D96f9%2Dc2aafb5a9d04.png https://huggingface.co/datasets/Malaji71/imagenes/tree/main#:~:text=malaji71_A001C003_140325_R28F.ari_ISO_800_f16_130s_135mm_MF_A_m_e5199102%2Dad12%2D41fe%2D8813%2D42f62709ce4a.png https://huggingface.co/datasets/Malaji71/imagenes/tree/main#:~:text=malaji71_A001C003_140325_R28F.ari_ISO_800_f16_130s_135mm_MF_a_c_31211b2e%2D1d11%2D4521%2D9a2d%2D073a6fcac8fe.png https://huggingface.co/datasets/Malaji71/imagenes/tree/main#:~:text=malaji71_IMG_7249.CR2_ISO_400_f16_11000s_50mm_MF_A_crazy_person_4a13a1fb%2D3eb8%2D4175%2D8fe4%2D8250ced7722e.png
2
  No me gusta lo que has hecho. Es muy "viejo". uiero algo más moderno. Las imágnees , com ña que tienes como "intensidad narrativa" debe esta en el encabezado, a dónd dice "keynote ha muerto". Un diseño más minimalista y la imágenes deben esta integrada, no como una galría, sino a lo lago de la web. Usa tonos blancos, tipografía más elegante
3
  1. El texto de Kynote ha muerto tiene que esta sobre la imagen que te dije: https://huggingface.co/datasets/Malaji71/imagenes/viewer?image-viewer=C51C628D9C17EE9D13C51B81E0DE00E6BF40B134. EL TECTO VA SOBRE LA IAMGEN. Elimina el menú. Y todos los botones.
4
- Ahora añade una segunda imagen a esta presentación que es sta: https://datasets-server.huggingface.co/assets/Malaji71/imagenes/--/24517f4d9d97cae07d3446e1a4c60bab0586a779/--/default/train/4/image/image.jpg?Expires=1747667165&Signature=bnr98m3MrrYWMVFj52O6EupK9ezh5VFxhm2Sn18eCZ7a68EmT-SxJ1jK-~NwzA6cy1bC5s-ZNVY8~ag9vF8Vd00xxbV0Em9uilUe1U2WrtbQyIV~rriiOUNoC1C5ucix0~lbh6r6lZp2FxOPqKi31lM6duvQQSaf9sz3G50s~56btYWVWcrBOPZkvI4M0ROlff7SFeOaJ94IT-Qg6BCXYa7~Q9o33WeKDqiafw~4FD7UhrOYE9Hv0J02pT-03iba8c8a3zdBLhkOJVLXXak3PwVfXTxQBVVM7qyVuf-FJORUNldZaFwKFL3K4641s4fApAd6XcuZDFuCxGZdsqr7Ig__&Key-Pair-Id=K3EI6M078Z3AC3 Y que l título diga: Que se mueran los feos. Y el suntítulo: Y todos los que los apollan.
 
 
1
  Quiero crear una web ultra moderna y dinámica que se llame "Keynote ha muerto". Con texto: "ya es posible crear las presentaciones e incluir las imágenes". Esta app tieme que contener estas imágnenes que ordenarás de la forma más estètica y creatia que puedas y pone tus propios textos: Imágenes: https://huggingface.co/datasets/Malaji71/imagenes/tree/main#:~:text=WhatsApp%20Image%202025%2D05%2D18%20at%2012.45.32.jpeg https://huggingface.co/datasets/Malaji71/imagenes/tree/main#:~:text=magnific%2DfKE10HPbp6kO5KajBZFJ%2Dmalaji71_CSP_MANGA15.CLIP_portrait_of_a_young_woman_with_short__23e9ab78%2Db3fd%2D43f8%2Dbb96%2D1e2f38871976.jpeg https://huggingface.co/datasets/Malaji71/imagenes/tree/main#:~:text=malaji71_A001C003_140325_R28F.ari_ISO_800_f16_130s_135mm_MF_A_m_cdd45518%2Dcc4d%2D4cd6%2D96f9%2Dc2aafb5a9d04.png https://huggingface.co/datasets/Malaji71/imagenes/tree/main#:~:text=malaji71_A001C003_140325_R28F.ari_ISO_800_f16_130s_135mm_MF_A_m_e5199102%2Dad12%2D41fe%2D8813%2D42f62709ce4a.png https://huggingface.co/datasets/Malaji71/imagenes/tree/main#:~:text=malaji71_A001C003_140325_R28F.ari_ISO_800_f16_130s_135mm_MF_a_c_31211b2e%2D1d11%2D4521%2D9a2d%2D073a6fcac8fe.png https://huggingface.co/datasets/Malaji71/imagenes/tree/main#:~:text=malaji71_IMG_7249.CR2_ISO_400_f16_11000s_50mm_MF_A_crazy_person_4a13a1fb%2D3eb8%2D4175%2D8fe4%2D8250ced7722e.png
2
  No me gusta lo que has hecho. Es muy "viejo". uiero algo más moderno. Las imágnees , com ña que tienes como "intensidad narrativa" debe esta en el encabezado, a dónd dice "keynote ha muerto". Un diseño más minimalista y la imágenes deben esta integrada, no como una galría, sino a lo lago de la web. Usa tonos blancos, tipografía más elegante
3
  1. El texto de Kynote ha muerto tiene que esta sobre la imagen que te dije: https://huggingface.co/datasets/Malaji71/imagenes/viewer?image-viewer=C51C628D9C17EE9D13C51B81E0DE00E6BF40B134. EL TECTO VA SOBRE LA IAMGEN. Elimina el menú. Y todos los botones.
4
+ Ahora añade una segunda imagen a esta presentación que es sta: https://datasets-server.huggingface.co/assets/Malaji71/imagenes/--/24517f4d9d97cae07d3446e1a4c60bab0586a779/--/default/train/4/image/image.jpg?Expires=1747667165&Signature=bnr98m3MrrYWMVFj52O6EupK9ezh5VFxhm2Sn18eCZ7a68EmT-SxJ1jK-~NwzA6cy1bC5s-ZNVY8~ag9vF8Vd00xxbV0Em9uilUe1U2WrtbQyIV~rriiOUNoC1C5ucix0~lbh6r6lZp2FxOPqKi31lM6duvQQSaf9sz3G50s~56btYWVWcrBOPZkvI4M0ROlff7SFeOaJ94IT-Qg6BCXYa7~Q9o33WeKDqiafw~4FD7UhrOYE9Hv0J02pT-03iba8c8a3zdBLhkOJVLXXak3PwVfXTxQBVVM7qyVuf-FJORUNldZaFwKFL3K4641s4fApAd6XcuZDFuCxGZdsqr7Ig__&Key-Pair-Id=K3EI6M078Z3AC3 Y que l título diga: Que se mueran los feos. Y el suntítulo: Y todos los que los apollan.
5
+ ahora prosigue con el resto de las imágenes: Imágenes: https://huggingface.co/datasets/Malaji71/imagenes/tree/main#:~:text=WhatsApp%20Image%202025%2D05%2D18%20at%2012.45.32.jpeg https://huggingface.co/datasets/Malaji71/imagenes/tree/main#:~:text=magnific%2DfKE10HPbp6kO5KajBZFJ%2Dmalaji71_CSP_MANGA15.CLIP_portrait_of_a_young_woman_with_short__23e9ab78%2Db3fd%2D43f8%2Dbb96%2D1e2f38871976.jpeg https://huggingface.co/datasets/Malaji71/imagenes/tree/main#:~:text=malaji71_A001C003_140325_R28F.ari_ISO_800_f16_130s_135mm_MF_A_m_cdd45518%2Dcc4d%2D4cd6%2D96f9%2Dc2aafb5a9d04.png https://huggingface.co/datasets/Malaji71/imagenes/tree/main#:~:text=malaji71_A001C003_140325_R28F.ari_ISO_800_f16_130s_135mm_MF_A_m_e5199102%2Dad12%2D41fe%2D8813%2D42f62709ce4a.png https://huggingface.co/datasets/Malaji71/imagenes/tree/main#:~:text=malaji71_A001C003_140325_R28F.ari_ISO_800_f16_130s_135mm_MF_a_c_31211b2e%2D1d11%2D4521%2D9a2d%2D073a6fcac8fe.png https://huggingface.co/datasets/Malaji71/imagenes/tree/main#:~:text=malaji71_IMG_7249.CR2_ISO_400_f16_11000s_50mm_MF_A_crazy_person_4a13a1fb%2D3eb8%2D4175%2D8fe4%2D8250ced7722e.png del dataser y crea textos para ilustrarlos. Estas son todas las imágnes del dataset: