https://github.com/ziad-gg/funcmp
funcap variants
https://github.com/ziad-gg/funcmp
shit
Last synced: 10 months ago
JSON representation
funcap variants
- Host: GitHub
- URL: https://github.com/ziad-gg/funcmp
- Owner: ziad-gg
- Created: 2025-07-26T15:02:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-26T15:36:08.000Z (11 months ago)
- Last Synced: 2025-07-26T20:51:54.743Z (11 months ago)
- Topics: shit
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}