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

https://github.com/lucataco/cog-nsfw_image_detection

Cog wrapper for FalconsAi / nsfw_image_detection
https://github.com/lucataco/cog-nsfw_image_detection

cog

Last synced: 12 months ago
JSON representation

Cog wrapper for FalconsAi / nsfw_image_detection

Awesome Lists containing this project

README

          

# Falconsai/nsfw_image_detection Cog model

This is an implementation of [VFalconsai/nsfw_image_detection](https://huggingface.co/Falconsai/nsfw_image_detection) as a [Cog](https://github.com/replicate/cog) model.

## Development

Follow the [model pushing guide](https://replicate.com/docs/guides/push-a-model) to push your own model to [Replicate](https://replicate.com).

## Basic Usage

Run a prediction

cog predict -i image=@falcon.jpg

# Output

The model will either return the string "normal" or "nsfw"