Service handling model placement
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Pünkösd Marcell ee49839f52
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is passing Details
Added readme
1 year ago
k8s fixed config 3 years ago
model_service Added more traces 2 years ago
.drone.yml upload to docker hub 1 year ago
.gitignore Initial commit 3 years ago
Dockerfile use public base image 1 year ago
README.md Added readme 1 year ago
requirements-dev.txt Initial commit 3 years ago
requirements.txt mostmarjolesz 2 years ago

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