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

https://github.com/whatrocks/clabby-classifier

☘️ Deploys a trained PyTorch image classification model with Flask to a FloydHub model API
https://github.com/whatrocks/clabby-classifier

cnn deep-learning fastai floyd-cli floydhub image-classification neural-network pytorch

Last synced: about 1 month ago
JSON representation

☘️ Deploys a trained PyTorch image classification model with Flask to a FloydHub model API

Awesome Lists containing this project

README

        

# clabby-classifier ☘️
Deploys a trained PyTorch image classification model with Flask and FloydHub.

![app](https://i.imgur.com/669hxNR.png)

## Deployment Steps

```bash
git clone https://github.com/whatrocks/clabby-classifier/
cd clabby-classifier
pip install -U floyd-cli
floyd login
floyd init clabby-classifier
floyd run --mode serve
```