changed project structure, merged docker compose files
@@ -1,2 +1,4 @@
|
|||||||
bird_cnn/data/
|
api/data/
|
||||||
bird_cnn/saved_models/
|
api/saved_models/
|
||||||
|
api/testimages/
|
||||||
|
api/__pycache__/
|
||||||
|
Before Width: | Height: | Size: 218 KiB |
|
Before Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 430 KiB |
|
Before Width: | Height: | Size: 178 KiB |
|
Before Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 1.5 MiB |
@@ -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
|
||||||
@@ -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
|
|
||||||
@@ -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 |