Instructions to use simpleverso/nsfw with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use simpleverso/nsfw with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("simpleverso/nsfw") - Notebooks
- Google Colab
- Kaggle
Commit ·
8d11ddc
1
Parent(s): 53c74e1
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,5 +6,5 @@ library_name: keras
|
|
| 6 |
pipeline_tag: image-classification
|
| 7 |
---
|
| 8 |
|
| 9 |
-
|
| 10 |
Trained with public dataset available in github.
|
|
|
|
| 6 |
pipeline_tag: image-classification
|
| 7 |
---
|
| 8 |
|
| 9 |
+
Tiny NSFW, please feel free to use.
|
| 10 |
Trained with public dataset available in github.
|