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 ·
53c74e1
1
Parent(s): 5e0889d
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,7 @@ language:
|
|
| 4 |
- es
|
| 5 |
library_name: keras
|
| 6 |
pipeline_tag: image-classification
|
| 7 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- es
|
| 5 |
library_name: keras
|
| 6 |
pipeline_tag: image-classification
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
NSFW for public use, please feel free to use.
|
| 10 |
+
Trained with public dataset available in github.
|