A server that can easily serve AI models trough an API
Find a file
2025-01-10 19:11:48 +01:00
samples/models added a lock to avoid two inference at the same time and added consequent support for asynchronous generator based model 2025-01-10 19:11:48 +01:00
source added a lock to avoid two inference at the same time and added consequent support for asynchronous generator based model 2025-01-10 19:11:48 +01:00
.gitignore base for the application : support custom python application and auto-install dependencies 2025-01-08 19:00:47 +01:00
docker-compose.yml base for the application : support custom python application and auto-install dependencies 2025-01-08 19:00:47 +01:00
Dockerfile base for the application : support custom python application and auto-install dependencies 2025-01-08 19:00:47 +01:00
LICENSE.md base for the application : support custom python application and auto-install dependencies 2025-01-08 19:00:47 +01:00
README.md base for the application : support custom python application and auto-install dependencies 2025-01-08 19:00:47 +01:00
requirements.txt added support of inputs parameters that are recognised by the API. 2025-01-09 23:12:54 +01:00

AI-Server

A server that can serve AI models with an API and an authentication system

Usage

Docker

Environment Variables

Name Description
MODEL_DIRECTORY the directory where the models are stored