feat: add some ai stuff
This commit is contained in:
1
server/.python-version
Normal file
1
server/.python-version
Normal file
@ -0,0 +1 @@
|
||||
3.8.6
|
3
server/requirements.txt
Normal file
3
server/requirements.txt
Normal 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
3
server/test.py
Normal file
@ -0,0 +1,3 @@
|
||||
from segmentation_models import Unet
|
||||
|
||||
model = Unet('resnet34', encoder_weights='imagenet')
|
Reference in New Issue
Block a user