Upload Gemini_Generated_Image_kncymykncymykncy.jfif
Browse files# This code generates a simple image of a cat and a dog playing together.
import matplotlib.pyplot as plt
import numpy as np
# Create a 500x500 image with a white background
img = np.zeros((500, 500, 3), dtype=np.uint8)
img[:, :, :] = 255
# Draw a cat
cat_x = 250
cat_y = 250
cat_width = 100
cat_height = 100
cat_color = [255, 255, 0]
cv2.rectangle(img, (cat_x, cat_y), (cat_x + cat_width, cat_y + cat_height), cat_color, -1)
# Draw a dog
dog_x = 400
dog_y = 250
dog_width = 100
dog_height = 100
dog_color = [0, 255, 255]
cv2.rectangle(img, (dog_x, dog_y), (dog_x + dog_width, dog_y + dog_height), dog_color, -1)
# Display the image
plt.imshow(img)
plt.show()
.gitattributes
CHANGED
|
@@ -41,3 +41,4 @@ Gemini_Generated_Image_u2m9tbu2m9tbu2m9.jfif filter=lfs diff=lfs merge=lfs -text
|
|
| 41 |
e9f6cf466ab94af7869502520ea46a69.jpg filter=lfs diff=lfs merge=lfs -text
|
| 42 |
Gemini_Generated_Image_8zzt6f8zzt6f8zzt.jfif filter=lfs diff=lfs merge=lfs -text
|
| 43 |
e24bc69233a547808a31e236c6ccd7df.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 41 |
e9f6cf466ab94af7869502520ea46a69.jpg filter=lfs diff=lfs merge=lfs -text
|
| 42 |
Gemini_Generated_Image_8zzt6f8zzt6f8zzt.jfif filter=lfs diff=lfs merge=lfs -text
|
| 43 |
e24bc69233a547808a31e236c6ccd7df.jpg filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Gemini_Generated_Image_kncymykncymykncy.jfif filter=lfs diff=lfs merge=lfs -text
|
Gemini_Generated_Image_kncymykncymykncy.jfif
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30df772928fe08ed538a7c8af8b45afa1c1d85a548b4436e78aaa0707cfa4123
|
| 3 |
+
size 1101702
|