feat: add some ai stuff

This commit is contained in:
2021-03-10 13:50:41 +01:00
parent a7851e5058
commit 578ee0d3fa
17 changed files with 438 additions and 86 deletions

1
server/.python-version Normal file
View File

@ -0,0 +1 @@
3.8.6

3
server/requirements.txt Normal file
View File

@ -0,0 +1,3 @@
keras_applications>=1.0.7,<=1.0.8
image-classifiers==1.0.0
efficientnet==1.0.0

3
server/test.py Normal file
View File

@ -0,0 +1,3 @@
from segmentation_models import Unet
model = Unet('resnet34', encoder_weights='imagenet')