Service handling model placement
Go to file
Pünkösd Marcell ee49839f52
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is passing Details
Added readme
2022-01-31 23:49:15 +01:00
k8s fixed config 2020-08-06 15:05:29 +02:00
model_service Added more traces 2021-08-05 17:54:11 +02:00
.drone.yml upload to docker hub 2022-01-31 23:20:23 +01:00
.gitignore Initial commit 2020-04-13 21:14:06 +02:00
Dockerfile use public base image 2022-01-31 23:46:28 +01:00
README.md Added readme 2022-01-31 23:49:15 +01:00
requirements-dev.txt Initial commit 2020-04-13 21:14:06 +02:00
requirements.txt mostmarjolesz 2021-08-09 11:42:58 +02:00

README.md

Model Service

This service is a smart-storage for models used in various Ai algorithms (SVM and CNN) in the system. It also stores a "default pointer" to the Ai model intended to be used by the system.

The different Ai models can be accessed trough different endpoints.

This service requires a MinIO service and a relational database (possibly PostgreSQL). It does not initiate connection to other services.

Configure