Skip to content

Allow custom model upload #15

@jcabrero

Description

@jcabrero

This involves allowing users to upload their models in a secure way.

How to:

  • Allow for model uploads
    • Introduce secure model upload.
    • Encryption of the models including a potential key management.
    • Storage of models in S3.
  • Model access control
    • This involves adding a layer of security to the database interaction.
    • If a user API key has uploaded the model or is within the allowlist of a model, then they can use it.
  • Model inference and orchestration.
    • Assuming users upload their models to our platform: what is the way to have these models in memory?
    • Are there any caching priorities.

The above questions should be answered before finishing this PR

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions