maxgreat / AIModelServing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Serving server

This simple flask app run several models on GPU.

Using Celery for task management.

Installation:

pip install -r requirements.txt

Run the app :

python main.py

REQUEST

<address>/<modelname> 

will return a task ID

Get progress and result with :

<address>/task/<task-id>

About

License:MIT License


Languages

Language:Python 95.4%Language:Shell 4.6%