A server that can easily serve AI models trough an API
Find a file
2025-01-12 21:26:50 +01:00
samples/models fixed the life cycle of the models (they couldn't unload anymore) and simplified the implementation of the Python models 2025-01-12 21:26:50 +01:00
source fixed the life cycle of the models (they couldn't unload anymore) and simplified the implementation of the Python models 2025-01-12 21:26:50 +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 fixed the life cycle of the models (they couldn't unload anymore) and simplified the implementation of the Python models 2025-01-12 21:26:50 +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