changed project structure, merged docker compose files

This commit is contained in:
2026-05-06 17:09:28 +02:00
parent 86b3cd38f4
commit 5c6b4c4b9d
52 changed files with 20 additions and 20 deletions
+4 -2
View File
@@ -1,2 +1,4 @@
bird_cnn/data/
bird_cnn/saved_models/
api/data/
api/saved_models/
api/testimages/
api/__pycache__/
View File
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 430 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

+16
View File
@@ -0,0 +1,16 @@
services:
cnn_website:
build:
context: api/.
image: cnn_api
ports:
- "8000:8000"
restart: unless-stopped
cnn_website:
build:
context: website/.
image: cnn_website
ports:
- "8080:80"
restart: unless-stopped
-9
View File
@@ -1,9 +0,0 @@
services:
cnn_website:
build:
context: bird_cnn/.
image: cnn_api
container_name: cnn_api_1
ports:
- "8000:8000"
restart: unless-stopped
-9
View File
@@ -1,9 +0,0 @@
services:
cnn_website:
build:
context: cnn_website/.
image: cnn_website
container_name: cnn_website_1
ports:
- "8080:80"
restart: unless-stopped

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB