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

https://github.com/ziad-gg/funcmp

funcap variants
https://github.com/ziad-gg/funcmp

shit

Last synced: 10 months ago
JSON representation

funcap variants

Awesome Lists containing this project

README

          

### Supported Variants
| Variant Name | Description | Available |
|--------------|-------------|-----------|
| photosheep | photosheep model | ✅ |
| photopizza | photopizza model | ✅ |

### Example Request

```json
{
"image": "base64_encoded_image_data_here",
"variant": "photosheep"
}
```

### Example Response
```json
{
"predict": 1
}