feat(ml)!: switch image classification and CLIP models to ONNX ()

This commit is contained in:
Mert 2023-08-25 00:28:51 -04:00 committed by GitHub
commit 165b91b068
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 1617 additions and 507 deletions
machine-learning/app/models

View file

@ -1,3 +1,3 @@
from .clip import CLIPSTEncoder
from .clip import CLIPEncoder
from .facial_recognition import FaceRecognizer
from .image_classification import ImageClassifier