roundabout,
created on Thursday, 5 September 2024, 08:50:37 (1725526237),
received on Thursday, 5 September 2024, 10:39:47 (1725532787)
Author identity: vlad <vlad.muntoiu@gmail.com>
a7153b02c91949809a6e5e2242d625627b5f47a0
formats.md
@@ -98,6 +98,9 @@ The query format is based on YAML and used to query for pictures in the system.
# This requires images to have a minimum resolution
- below_width: 800
- below_height: 600
# The object types to get - if omitted, all object types mentioned in the
# `want` section are returned
- object_types: ["Cat (Felis catus)", "Dog (Canis lupus familiaris)"]
# Pagination
- limit: 32
- offset: 0
@@ -109,5 +112,6 @@ The query format is based on YAML and used to query for pictures in the system.
# In summary, we want the 32 most recent images that contain both a cat and
# a dog, either a grass or a flower, but not a human, taken after 2019-01-01,
# must be a photo or a drawing, must carry one of certain permissive licences
# and have a resolution of at least 800x600 pixels.
# and have a resolution of at least 800x600 pixels. We don't need the object
# data for the plants, only for the pets.
~~~
templates/home.html
@@ -4,12 +4,7 @@
<x-frame style="--width: 768px">
<h1>Gigadata</h1>
<p>
Free, contributed data for machine learning, data science, and research.
Free image data for machine learning, computer vision, data science, research, and more.
</p>
<ul>
<li>Easy for everyone to contribute</li>
<li>Powerful querying to save only what you need</li>
<li>Free to use for any purpose</li>
</ul>
</x-frame>
{% endblock %}