Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ AWS_SECRET_ACCESS_KEY = os.getenv("AWS_SECRET_ACCESS_KEY")
|
|
15 |
# Predefined list of datasets
|
16 |
datasets = ["WayveScenes", "MajorTom-Germany"]
|
17 |
description = {
|
18 |
-
"WayveScenes": "A large-scale dataset featuring diverse urban driving scenes, captured from
|
19 |
"MajorTom-Germany": "A geospatial dataset containing satellite imagery from across Germany, designed for tasks like land-use classification, environmental monitoring, and earth observation analytics."
|
20 |
}
|
21 |
selection = {
|
|
|
15 |
# Predefined list of datasets
|
16 |
datasets = ["WayveScenes", "MajorTom-Germany"]
|
17 |
description = {
|
18 |
+
"WayveScenes": "A large-scale dataset featuring diverse urban driving scenes, captured from vehicles to advance AI perception and navigation in complex environments.",
|
19 |
"MajorTom-Germany": "A geospatial dataset containing satellite imagery from across Germany, designed for tasks like land-use classification, environmental monitoring, and earth observation analytics."
|
20 |
}
|
21 |
selection = {
|