An open API service indexing awesome lists of open source software.

https://github.com/reshane/tapi

torch model api
https://github.com/reshane/tapi

Last synced: 10 months ago
JSON representation

torch model api

Awesome Lists containing this project

README

          

# tapi
torch api - named in a hurry

## quick start
```
don't
```
...

`$cargo r`

## what is happening
this is a rocket api that loads the resnet18 model every time the root `"/"` is hit and it makes a prediction on the same image.
it then returns a string containing the prediction and probability.
kind of useless, but for now it's a proof of concept.