Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 0 additions & 92 deletions src/Components/HMI/ui/public/admin/style_sheet.md

This file was deleted.

4 changes: 4 additions & 0 deletions src/Components/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ services:
- ./API:/app # Mount the API's src directory to /app in the container
- credentials_volume:/root/.config/gcloud/
- weather_data:/app/weather_data # Add a volume for weather data
environment:
MAIL_STARTTLS: "true"
MAIL_SSL_TLS: "false"


stdin_open: false
tty: true
Expand Down
Binary file not shown.
14 changes: 14 additions & 0 deletions src/Prototypes/Computer Vision/Final/Create Dataset/creatures.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"birds": [
"Acanthagenys rufogularis",
"Acanthiza apicalis",
"Acanthiza chrysorrhoa",
"Acanthiza lineata",
"Acanthiza nana",
"Acanthiza pusilla",
"Acanthiza reguloides",
"Acanthiza uropygialis",
"Acanthorhynchus tenuirostris",
"Accipiter cirrocephalus"
]
}
Loading
Loading