AI serving framework for deploying AI models/engines
Top 99.7% on sourcepulse
AIGES is an AI serving framework loader designed to simplify the deployment and management of AI models and engines. It allows developers to quickly expose AI capabilities as RPC services, abstracting away infrastructure concerns and enabling seamless integration with the Athena Serving Framework for cloud-native deployment.
How It Works
AIGES acts as a universal wrapper for AI models and engines, supporting inference via C or Python code. It can expose these capabilities as both HTTP and gRPC services. The framework handles service registration, load balancing, and configuration management, allowing users to focus on model development rather than infrastructure. It supports both non-streaming and streaming inference requests.
Quick Start & Requirements
pip3 install aiges==0.5.0
docker run -itd --name mnist2 -p 1889:1888 public.ecr.aws/iflytek-open/aiges-gpu:10.1-1.17-3.9.13-ubuntu1804-v3.0-alpha11
./AIservice -mnist
(or manual download from aiges_demo
repository).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 year ago
Inactive