joshy / torch-ask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Torch Ask

A very simple pytorch model server with pytorch1.6 and detectron2.

Installation

Install from requirements.txt but also install detectron2 (see instructions here: https://detectron2.readthedocs.io/tutorials/install.html)

Features

  • Register models (not yet)
  • Run inference on uploaded models

Register model

Post the model file with name and version and it will itself register the model

Development

Pure python and based on FastAPI

About

License:Apache License 2.0


Languages

Language:Python 100.0%